Passive means what during FTP?

From: case (case_at_c.com)
Date: 05/31/05


Date: Tue, 31 May 2005 14:30:28 +0800

ftp> put client.conf
local: client.conf remote: client.conf
227 Entering Passive Mode (192,168,0,152,238,18)
ftp: connect: No route to host
ftp> passive
Passive mode off.
ftp> put client.conf
local: client.conf remote: client.conf
200 PORT command successful. Consider using PASV.
150 Ok to send data.
###
226 File receive OK.
3590 bytes sent in 0.0394 secs (89 Kbytes/sec)

Why file trasfer failed in Passive mode?

Thanks in advance



Relevant Pages

  • RE: FTP Client issues
    ... when I use FileZilla or smartFTP, ... 227 Entering Passive Mode. ... > after logging on the FTP server: ... > | Thread-Topic: FTP Client issues ...
    (microsoft.public.windows.server.sbs)
  • Re: problem: port forwarding, ftp over SSH
    ... > Include the rest of the FTP output you elided in order to see what's going ... Remote system type is UNIX. ... 227 Entering Passive Mode ... > data connections were never going to be protected anyway... ...
    (comp.security.ssh)
  • Re: problem: port forwarding, ftp over SSH
    ... > Include the rest of the FTP output you elided in order to see what's going ... Remote system type is UNIX. ... 227 Entering Passive Mode ... > data connections were never going to be protected anyway... ...
    (comp.security.ssh)
  • Re: FTP on IIS6.0 Not Working
    ... can you login via ftp.exe to your IIS server? ... >From a remote machine using ftp.exe I can login and it accepts my password. ... (that's without passive mode checked...with passive mode checked it just ... server seem to indicate that I successfully logged in to ftp, ...
    (microsoft.public.inetserver.iis.ftp)
  • Odd ftpd Problem
    ... My ftpd server fails when requesting passive mode from an internet client, ... I have a separate multi-homed server for the network firewall. ... except for the ftp passive mode. ...
    (linux.redhat.misc)