Uses of Package
it.sauronsoftware.ftp4j

Packages that use it.sauronsoftware.ftp4j
it.sauronsoftware.ftp4j FTP client implementation 
it.sauronsoftware.ftp4j.connectors Built-in connectors 
it.sauronsoftware.ftp4j.extrecognizers Built-in textual extension recognizers 
it.sauronsoftware.ftp4j.listparsers Built-in list parsers 
 

Classes in it.sauronsoftware.ftp4j used by it.sauronsoftware.ftp4j
FTPAbortedException
          This exception is thrown to announce the abort of a ongoing data transfer operation.
FTPCommunicationListener
          This interface describes how to build objects used to intercept any communication between the client and the server.
FTPConnection
          Instances of this one represent connections with remote hosts.
FTPConnector
          This interface describes a connector.
FTPDataTransferException
          Exception thrown if any I/O error occurs during a data transfer attempt.
FTPDataTransferListener
          This interface describes the methods requested by an object that can listen data transfer operations.
FTPException
          This class helps in represent FTP error codes and messages.
FTPFile
          The instances of this class represents the files in a remote FTP directory.
FTPIllegalReplyException
          Exception thrown every time the remote FTP server replies to the client in an unexpected way, breaking the rules of the FTP protocol.
FTPListParseException
          Exception thrown by the list() method in FTPClient objects when the response sent by the server to a FTP list command is not parseable through the known parsers.
FTPListParser
          Implement this interface to build a new LIST parser.
FTPReply
          This class represents FTP server replies in a manageable object oriented way.
FTPTextualExtensionRecognizer
          This interface describes how to implement a textual extension recognizer, which can be plugged into a FTPClient object calling its setTextualExtensionsRecognizer() method.
 

Classes in it.sauronsoftware.ftp4j used by it.sauronsoftware.ftp4j.connectors
FTPConnection
          Instances of this one represent connections with remote hosts.
FTPConnector
          This interface describes a connector.
 

Classes in it.sauronsoftware.ftp4j used by it.sauronsoftware.ftp4j.extrecognizers
FTPTextualExtensionRecognizer
          This interface describes how to implement a textual extension recognizer, which can be plugged into a FTPClient object calling its setTextualExtensionsRecognizer() method.
 

Classes in it.sauronsoftware.ftp4j used by it.sauronsoftware.ftp4j.listparsers
FTPFile
          The instances of this class represents the files in a remote FTP directory.
FTPListParseException
          Exception thrown by the list() method in FTPClient objects when the response sent by the server to a FTP list command is not parseable through the known parsers.
FTPListParser
          Implement this interface to build a new LIST parser.