Uses of Class
net.sf.hermesftp.cmd.AbstractFtpCmdPasv

Packages that use AbstractFtpCmdPasv
net.sf.hermesftp.cmd.impl Contains the implementation of all FTP command classes. 
 

Uses of AbstractFtpCmdPasv in net.sf.hermesftp.cmd.impl
 

Subclasses of AbstractFtpCmdPasv in net.sf.hermesftp.cmd.impl
 class FtpCmdEpsv
          The EPSV Command (EPSV) The EPSV command requests that a server listen on a data port and wait for a connection.
 class FtpCmdPasv
          PASSIVE (PASV) This command requests the server-DTP to "listen" on a data port (which is not its default data port) and to wait for a connection rather than initiate one upon receipt of a transfer command.
 



Copyright © 2005-2007 Lars Behnke. All Rights Reserved.