FTP Issues

J

JT

I have been having a very wierd FTP problem. If i try to
FTP from a command window,i can login fine but once i try
and LS or DIR it just hangs.
WindowsXP sp1
WSFTP works fine.
 
R

Ron Lowe

JT said:
I have been having a very wierd FTP problem. If i try to
FTP from a command window,i can login fine but once i try
and LS or DIR it just hangs.
WindowsXP sp1
WSFTP works fine.


Not uncommon.
It's failing to establish the data link.

FTP uses 2 links: command and data.
There are 2 ways to do this: PORT mode and PASV mode.

Command-line FTP uses active (port) mode.

There will be a router or firewall which breaks PORT mode FTP in the path.
Probably at your end.

SW_FTP will probably be configured for passive ( PASV ) mode.

AFAIK, command-line FTP as supplied with XP doesn't support PASV mode.

You can get 3-rd party command-line FTP utils which support PASV mode.
Here's one I found earlier ( which is nice ):

ftp://ftp.gnu.org/gnu/windows/emacs/contrib/ftp-for-win32.zip
 
J

JT

Thanks, i'll give it a try

JT

-----Original Message-----



Not uncommon.
It's failing to establish the data link.

FTP uses 2 links: command and data.
There are 2 ways to do this: PORT mode and PASV mode.

Command-line FTP uses active (port) mode.

There will be a router or firewall which breaks PORT mode FTP in the path.
Probably at your end.

SW_FTP will probably be configured for passive ( PASV ) mode.

AFAIK, command-line FTP as supplied with XP doesn't support PASV mode.

You can get 3-rd party command-line FTP utils which support PASV mode.
Here's one I found earlier ( which is nice ):

ftp://ftp.gnu.org/gnu/windows/emacs/contrib/ftp-for- win32.zip


--
Best Regards,
Ron Lowe
MS-MVP Windows Networking


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top