A C D E F G H I L M N P R S T U

F

failed() - Method in interface it.sauronsoftware.ftp4j.FTPDataTransferListener
Called to notify the listener that the transfer operation has failed due to an error.
FILE_ACTION_COMPLETED - Static variable in interface it.sauronsoftware.ftp4j.FTPCodes
 
FILE_ACTION_NOT_TAKEN - Static variable in interface it.sauronsoftware.ftp4j.FTPCodes
 
FILE_NAME_NOT_ALLOWED - Static variable in interface it.sauronsoftware.ftp4j.FTPCodes
 
FILE_STATUS - Static variable in interface it.sauronsoftware.ftp4j.FTPCodes
 
FILE_STATUS_OK - Static variable in interface it.sauronsoftware.ftp4j.FTPCodes
 
FILE_UNAVAILABLE - Static variable in interface it.sauronsoftware.ftp4j.FTPCodes
 
fileSize(String) - Method in class it.sauronsoftware.ftp4j.FTPClient
This method asks and returns a file size in bytes.
FTPAbortedException - Exception in it.sauronsoftware.ftp4j
This exception is thrown to announce the abort of a ongoing data transfer operation.
FTPAbortedException() - Constructor for exception it.sauronsoftware.ftp4j.FTPAbortedException
 
FTPClient - Class in it.sauronsoftware.ftp4j
This class implements a FTP client.
FTPClient() - Constructor for class it.sauronsoftware.ftp4j.FTPClient
Builds and initializes the client.
FTPCodes - Interface in it.sauronsoftware.ftp4j
This interface is a constants container, each one representing a common FTP response code.
FTPCommunicationChannel - Class in it.sauronsoftware.ftp4j
This class is used to represent a communication channel with a FTP server.
FTPCommunicationChannel(FTPConnection, String) - Constructor for class it.sauronsoftware.ftp4j.FTPCommunicationChannel
It builds a FTP communication channel.
FTPCommunicationListener - Interface in it.sauronsoftware.ftp4j
This interface describes how to build objects used to intercept any communication between the client and the server.
FTPConnection - Interface in it.sauronsoftware.ftp4j
Instances of this one represent connections with remote hosts.
FTPConnector - Interface in it.sauronsoftware.ftp4j
This interface describes a connector.
FTPDataTransferException - Exception in it.sauronsoftware.ftp4j
Exception thrown if any I/O error occurs during a data transfer attempt.
FTPDataTransferException() - Constructor for exception it.sauronsoftware.ftp4j.FTPDataTransferException
 
FTPDataTransferException(String, Throwable) - Constructor for exception it.sauronsoftware.ftp4j.FTPDataTransferException
 
FTPDataTransferException(String) - Constructor for exception it.sauronsoftware.ftp4j.FTPDataTransferException
 
FTPDataTransferException(Throwable) - Constructor for exception it.sauronsoftware.ftp4j.FTPDataTransferException
 
FTPDataTransferListener - Interface in it.sauronsoftware.ftp4j
This interface describes the methods requested by an object that can listen data transfer operations.
FTPException - Exception in it.sauronsoftware.ftp4j
This class helps in represent FTP error codes and messages.
FTPException(int) - Constructor for exception it.sauronsoftware.ftp4j.FTPException
 
FTPException(int, String) - Constructor for exception it.sauronsoftware.ftp4j.FTPException
 
FTPException(FTPReply) - Constructor for exception it.sauronsoftware.ftp4j.FTPException
 
FTPFile - Class in it.sauronsoftware.ftp4j
The instances of this class represents the files in a remote FTP directory.
FTPFile() - Constructor for class it.sauronsoftware.ftp4j.FTPFile
 
FTPIllegalReplyException - Exception in it.sauronsoftware.ftp4j
Exception thrown every time the remote FTP server replies to the client in an unexpected way, breaking the rules of the FTP protocol.
FTPIllegalReplyException() - Constructor for exception it.sauronsoftware.ftp4j.FTPIllegalReplyException
 
FTPListParseException - Exception in it.sauronsoftware.ftp4j
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.
FTPListParseException() - Constructor for exception it.sauronsoftware.ftp4j.FTPListParseException
 
FTPListParser - Interface in it.sauronsoftware.ftp4j
Implement this interface to build a new LIST parser.
FTPProxyConnector - Class in it.sauronsoftware.ftp4j.connectors
This one connects a remote host via a FTP proxy which supports the SITE or the OPEN proxy method.
FTPProxyConnector(String, int, String, String) - Constructor for class it.sauronsoftware.ftp4j.connectors.FTPProxyConnector
Builds the connector.
FTPProxyConnector(String, int) - Constructor for class it.sauronsoftware.ftp4j.connectors.FTPProxyConnector
Builds the connector.
FTPReply - Class in it.sauronsoftware.ftp4j
This class represents FTP server replies in a manageable object oriented way.
FTPTextualExtensionRecognizer - Interface in it.sauronsoftware.ftp4j
This interface describes how to implement a textual extension recognizer, which can be plugged into a FTPClient object calling its setTextualExtensionsRecognizer() method.

A C D E F G H I L M N P R S T U