Groups | Blog | Home
all groups > iis ftp > july 2006 >

iis ftp : Command line vs IE FTP


otter
7/11/2006 8:15:03 AM
Problem: My customer's server can put and get files over FTP to my production
server using IE, but can not do it over command line FTP. What is the
difference between IE and command line ftp traffic? The command line ftp
times out when we try to list files, yet when we do the same thing over IE it
Robin Walker [MVP]
7/11/2006 4:21:35 PM
[quoted text, click to view]

Command line FTP uses Active (PORT) mode FTP.

IE uses passive mode FTP.

In Active (PORT) mode, the FTP server creates data connections to a random
port on the client nominated by the client.

In Passive mode FTP, the FTP client creates data connections to a random
port on the server nominated by the server.

Either mode can have problems with NAT solutions and/or firewalls at either
end of the link. These problems arise from the design of the FTP protocol,
where the data connections are separate TCP connections to the control
connection on which FTP commands are given and received.

--
Robin Walker [MVP Networking]
rdhw@cam.ac.uk

Bernard Cheah [MVP]
7/13/2006 12:00:00 AM
That's werid, normally most users able to get command line works but not IE.
Anyway, check if you firewall block outbound port 20 for active mode data
port.

--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


[quoted text, click to view]

AddThis Social Bookmark Button