Package com.compomics.util.io.ftp

Classes related to the handling of FTP.
  • Class Summary 
    Class Description
    FTP
    This class was modified from a source found on the net (java.sun.com, search in developer section on 'FtpProtocolException PORT').
    FTPClient
    This class implements a 'directory listener' to listen for new files and ftp them to a remote FTP server.
    FTPDownloader
    A simple FTP file downloader.
  • Exception Summary 
    Exception Description
    FtpConnectionException
    This class handles an FTP connection exception.
    FtpLoginException
    This class handles an FTP login exception.
    FtpProtocolException
    This class handles an FTP protocol exception.