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

F

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

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