Package net.sf.jftp.net

Interface Summary
BasicConnection Interface for all connection types
ConnectionListener Classes that implement this interface are notified about various events that may happen.
FtpConstants This class provides some constant used by FtpConnection.
 

Class Summary
ConnectionHandler This class manages a connection pool.
DataConnection This class represents a ftp data connection.
FilesystemConnection  
FtpClient  
FtpConnection All control transactions are made here.
FtpServer  
FtpServerSocket  
FtpTransfer This class is used internally by FtpConnection.
FtpURLConnection  
FtpURLStreamHandler An URLStreamHandler for handling ftp urls.
HttpTransfer  
JConnection Basic class for getting an TCP/IP-Connection timeout sets (as the name says) the maximum time the Thread waits for the target host...
NfsConnection  
SftpConnection  
SftpTransfer  
SftpVerification  
SmbConnection  
SmbTransfer  
StartConnection  
Transfer The basic Transfer interface.
WebdavConnection