Package net.sf.xbus.technical.ftp

Provides classes for reading/writing files on FTP servers

See:
          Description

Class Summary
FTPConnection FTPConnection manages connections to FTP servers and provide methods for read and write access of files via FTP.
FTPReceiver The class FTPReceiver receives data by reading a file on a FTP server.
FTPSender FTPSender sends data to neighbor systems by accessing a FTP server and writing the data onto this server.
 

Exception Summary
FTPException  
 

Package net.sf.xbus.technical.ftp Description

Provides classes for reading/writing files on FTP servers.