A B C D E F G H I K L M N O P Q R S T U V W

A

abort() - Method in class com.enterprisedt.net.ftp.FTPClient
Abort the current action
acceptConnection() - Method in class com.enterprisedt.net.ftp.FTPActiveDataSocket
Waits for a connection from the server and then sets the timeout when the connection is made.
acceptedSock - Variable in class com.enterprisedt.net.ftp.FTPActiveDataSocket
The socket accepted from server.
account(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Supply account information string to the server.
ACTIVE - Static variable in class com.enterprisedt.net.ftp.FTPConnectMode
Represents active connect mode
addAppender(Appender) - Static method in class com.enterprisedt.util.debug.Logger
Add an appender to our list
addClient(FTPClientInterface) - Method in class com.enterprisedt.net.ftp.FileStatistics
Add a client to be used in calculating statistics
AdvancedFTPSettings - Class in com.enterprisedt.net.ftp
Holds advanced configuration options not likely to be used for basic FTP operations.
AdvancedGeneralSettings - Class in com.enterprisedt.net.ftp
Holds advanced configuration options that are independent of protocol (i.e.
ALL - Static variable in class com.enterprisedt.util.debug.Level
All level
APPEND - Static variable in class com.enterprisedt.net.ftp.WriteMode
Append the file
Appender - Interface in com.enterprisedt.util.debug
Interface for classes that output log statements
ASCII - Static variable in class com.enterprisedt.net.ftp.FileTypes
 
ASCII - Static variable in class com.enterprisedt.net.ftp.FTPTransferType
Represents ASCII transfer type
autoPassiveIPSubstitution - Variable in class com.enterprisedt.net.ftp.FTPControlSocket
If true, uses the original host IP if an internal IP address is returned by the server in PASV mode

B

BINARY - Static variable in class com.enterprisedt.net.ftp.FileTypes
 
BINARY - Static variable in class com.enterprisedt.net.ftp.FTPTransferType
Represents Image (or binary) transfer type
bytesTransferred(String, String, long) - Method in class com.enterprisedt.net.ftp.EventAdapter
Report the number of bytes transferred so far.
bytesTransferred(String, String, long) - Method in interface com.enterprisedt.net.ftp.EventListener
Report the number of bytes transferred so far.
bytesTransferred(long) - Method in interface com.enterprisedt.net.ftp.FTPProgressMonitor
Report the number of bytes transferred so far.

C

cancelAllTransfers() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Cancel current transfer if underway
cancelAllTransfers() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Cancel current transfer if underway
cancelResume() - Method in class com.enterprisedt.net.ftp.FTPClient
 
cancelResume() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Cancel the resume.
cancelTransfer() - Method in class com.enterprisedt.net.ftp.FTPClient
 
cancelTransfer() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Cancels the current transfer.
CANNOT_FIND_THE_FILE - Static variable in class com.enterprisedt.net.ftp.FileNotFoundStrings
Server string indicating file not found
CARRIAGE_RETURN - Static variable in class com.enterprisedt.net.ftp.FTPClient
Used for ASCII translation
cdup() - Method in class com.enterprisedt.net.ftp.FTPClient
 
cdup() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Change the remote working directory to the parent directory
changeDirectory(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Change directory on the FTP server.
changeDirectory(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Change directory on the FTP server.
changeToParentDirectory() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Change to parent directory on the FTP server.
changeToParentDirectory() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Change to parent directory on the FTP server.
chdir(String) - Method in class com.enterprisedt.net.ftp.FTPClient
 
chdir(String) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Change the remote working directory to that supplied
checkConnection(boolean) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Checks if the client has connected to the server and throws an exception if it hasn't.
checkConnection(boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Checks if the client has connected to the server and throws an exception if it hasn't.
chooseTransferMode(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Switch the transfer mode if requested and if necessary
clear() - Method in class com.enterprisedt.net.ftp.FileStatistics
Reset the statistics back to zero
clearAppenders() - Static method in class com.enterprisedt.util.debug.Logger
Clear all appenders
clearLog() - Method in class com.enterprisedt.net.ftp.FTPMessageCollector
Clear the log of all messages
clearSOCKS() - Static method in class com.enterprisedt.net.ftp.FTPClient
Clear SOCKS settings.
clone() - Method in class com.enterprisedt.net.ftp.ConnectionContext
 
close() - Method in class com.enterprisedt.net.ftp.FTPActiveDataSocket
Closes underlying sockets
close() - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Close the socket
close() - Method in interface com.enterprisedt.net.ftp.FTPDataSocket
Closes underlying socket(s)
close() - Method in class com.enterprisedt.net.ftp.FTPInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.enterprisedt.net.ftp.FTPOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class com.enterprisedt.net.ftp.FTPPassiveDataSocket
Closes underlying socket
close() - Method in interface com.enterprisedt.util.debug.Appender
Close this appender
close() - Method in class com.enterprisedt.util.debug.FileAppender
 
close() - Method in class com.enterprisedt.util.debug.StandardOutputAppender
 
closeChild() - Method in class com.enterprisedt.net.ftp.FTPActiveDataSocket
Closes child socket
closeChild() - Method in interface com.enterprisedt.net.ftp.FTPDataSocket
Closes child socket
closeChild() - Method in class com.enterprisedt.net.ftp.FTPPassiveDataSocket
Does nothing in passive mode
closed - Variable in class com.enterprisedt.net.ftp.FileTransferInputStream
Has the stream been closed?
closed - Variable in class com.enterprisedt.net.ftp.FileTransferOutputStream
Has the stream been closed?
closeDataSocket(InputStream) - Method in class com.enterprisedt.net.ftp.FTPClient
Close stream for data socket.
closeDataSocket(OutputStream) - Method in class com.enterprisedt.net.ftp.FTPClient
Close stream for data socket
com.enterprisedt.net.ftp - package com.enterprisedt.net.ftp
FileTransferClient is the key class for edtFTPj/Free and provides basic FTP features; SecureFileTransferClient (edtFTPj/PRO only) adds support for secure file transfer via the SFTP and FTPS protocols, as well as advanced FTP features.
com.enterprisedt.util.debug - package com.enterprisedt.util.debug
 
commandSent(String, String) - Method in class com.enterprisedt.net.ftp.EventAdapter
Log an FTP command being sent to the server.
commandSent(String, String) - Method in interface com.enterprisedt.net.ftp.EventListener
Log an FTP command being sent to the server.
connect() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Make a connection to the FTP server.
connect() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Make a connection to the FTP server.
connect() - Method in class com.enterprisedt.net.ftp.FTPClient
Connects to the server at the address and port number defined in the constructor.
connect() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Connects to the server at the address and port number defined in the constructor.
connected() - Method in class com.enterprisedt.net.ftp.FTPClient
Is this client connected?
connected() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Is the client currently connected?
ConnectionContext - Class in com.enterprisedt.net.ftp
Holds various parameters pertaining to the context of the connection.
ConnectionContext() - Constructor for class com.enterprisedt.net.ftp.ConnectionContext
 
control - Variable in class com.enterprisedt.net.ftp.FTPClient
Socket responsible for controlling the connection
CONTROL_PORT - Static variable in class com.enterprisedt.net.ftp.FTPControlSocket
The default and standard control port number for FTP
controlEncoding - Variable in class com.enterprisedt.net.ftp.FTPClient
Encoding used on control socket
controlPort - Variable in class com.enterprisedt.net.ftp.FTPClient
Control port number.
controlSock - Variable in class com.enterprisedt.net.ftp.FTPControlSocket
The underlying socket.
COULD_NOT_GET_FILE - Static variable in class com.enterprisedt.net.ftp.FileNotFoundStrings
Server string indicating file not found
created - Variable in class com.enterprisedt.net.ftp.FTPFile
Created time
created() - Method in class com.enterprisedt.net.ftp.FTPFile
Get the created date for the file.
createDataSocketPASV() - Method in class com.enterprisedt.net.ftp.FTPControlSocket
Request a data socket be created on the server, connect to it and return our connected socket.
createDirectory(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Create directory on the FTP server.
createDirectory(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Create directory on the FTP server.
createSocket(InetAddress, int, int) - Static method in class com.enterprisedt.net.ftp.SocketUtils
Create a connected socket, using a timeout if it is available.
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPActiveDataSocket
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPClient
Revision control id
cvsId - Static variable in exception com.enterprisedt.net.ftp.FTPConnectionClosedException
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPConnectMode
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPControlSocket
Revision control id
cvsId - Static variable in interface com.enterprisedt.net.ftp.FTPDataSocket
Revision control id
cvsId - Static variable in exception com.enterprisedt.net.ftp.FTPException
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPFile
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPFileFactory
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPPassiveDataSocket
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPReply
Revision control id
cvsId - Static variable in exception com.enterprisedt.net.ftp.FTPTransferCancelledException
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.FTPTransferType
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.MLSXEntryParser
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.UnixFileParser
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.VMSFileParser
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.WindowsFileParser
Revision control id
cvsId - Static variable in class com.enterprisedt.net.ftp.WriteMode
Revision control id
cvsId - Static variable in interface com.enterprisedt.util.debug.Appender
Revision control id
cvsId - Static variable in class com.enterprisedt.util.debug.FileAppender
Revision control id
cvsId - Static variable in class com.enterprisedt.util.debug.Level
Revision control id
cvsId - Static variable in class com.enterprisedt.util.debug.Logger
Revision control id
cvsId - Static variable in class com.enterprisedt.util.debug.StandardOutputAppender
Revision control id

D

data - Variable in class com.enterprisedt.net.ftp.FTPClient
Socket responsible for transferring the data
DEBUG - Static variable in class com.enterprisedt.util.debug.Level
Debug level
debug(String) - Method in class com.enterprisedt.util.debug.Logger
Log a debug level message
debug(String, byte[]) - Method in class com.enterprisedt.util.debug.Logger
Log a debug level message
debug(String, Object) - Method in class com.enterprisedt.util.debug.Logger
Logs by substituting in the argument at the location marked in the message argument by {0}.
debug(String, Object, Object) - Method in class com.enterprisedt.util.debug.Logger
Logs by substituting in the arguments at the locations marked in the message argument by {#} (where # is a number).
debug(String, Object, Object, Object) - Method in class com.enterprisedt.util.debug.Logger
Logs by substituting in the arguments at the locations marked in the message argument by {#} (where # is a number).
debug(String, Object, Object, Object, Object) - Method in class com.enterprisedt.util.debug.Logger
Logs by substituting in the arguments at the locations marked in the message argument by {#} (where # is a number).
debug(String, Object, Object, Object, Object, Object) - Method in class com.enterprisedt.util.debug.Logger
Logs by substituting in the arguments at the locations marked in the message argument by {#} (where # is a number).
debug(String, Throwable) - Method in class com.enterprisedt.util.debug.Logger
Log a debug level message
debugResponses(boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
Deprecated. use the Logger class to switch debugging on and off
DEFAULT_BUFFER_SIZE - Static variable in class com.enterprisedt.net.ftp.FTPClient
Default transfer buffer size
DEFAULT_ENCODING - Static variable in class com.enterprisedt.net.ftp.FTPClient
Default encoding used for control data
DEFAULT_LISTING_LOCALES - Static variable in class com.enterprisedt.net.ftp.FTPClient
Default locales
DEFAULT_MONITOR_INTERVAL - Static variable in class com.enterprisedt.net.ftp.FTPClient
Default byte interval for transfer monitor
DEFAULT_TIMEOUT - Static variable in class com.enterprisedt.net.ftp.FTPClient
Default timeout
delete(String) - Method in class com.enterprisedt.net.ftp.FTPClient
 
delete(String) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Delete the specified remote file
deleteDirectory(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Create directory on the FTP server.
deleteDirectory(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Create directory on the FTP server.
deleteFile(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Deletes a remote file.
deleteFile(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Deletes a remote file.
detectTransferMode - Variable in class com.enterprisedt.net.ftp.FTPClient
If true, filetypes are autodetected and transfer mode changed to binary/ASCII as required
dir() - Method in class com.enterprisedt.net.ftp.FTPClient
 
dir(String) - Method in class com.enterprisedt.net.ftp.FTPClient
 
dir(String, boolean) - Method in class com.enterprisedt.net.ftp.FTPClient
 
dir() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
List current directory's contents as an array of strings of filenames.
dir(String) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
List a directory's contents as an array of strings of filenames.
dir(String, boolean) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
List a directory's contents as an array of strings.
dirDetails(String) - Method in class com.enterprisedt.net.ftp.FTPClient
 
dirDetails(String) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
List a directory's contents as an array of FTPFile objects.
DirectoryEmptyStrings - Class in com.enterprisedt.net.ftp
Contains fragments of server replies that indicate no files were found in a supplied directory.
DirectoryEmptyStrings() - Constructor for class com.enterprisedt.net.ftp.DirectoryEmptyStrings
Constructor.
directoryList() - Method in class com.enterprisedt.net.ftp.FileTransferClient
List the current directory on the FTP server.
directoryList(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
List a directory on the FTP server.
directoryList() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
List the current directory on the FTP server.
directoryList(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
List a directory on the FTP server.
directoryNameList() - Method in class com.enterprisedt.net.ftp.FileTransferClient
List the names of files and directories in the current directory on the FTP server.
directoryNameList(String, boolean) - Method in class com.enterprisedt.net.ftp.FileTransferClient
List the names of files and directories of a directory on the FTP server.
directoryNameList() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
List the names of files and directories in the current directory on the FTP server.
directoryNameList(String, boolean) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
List the names of files and directories of a directory on the FTP server.
dirEmptyStrings - Variable in class com.enterprisedt.net.ftp.FTPClient
Matcher for directory empty
disconnect() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Disconnect from the FTP server.
disconnect(boolean) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Disconnect from the FTP server.
disconnect() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Disconnect from the FTP server.
disconnect(boolean) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Disconnect from the FTP server.
DOES_NOT_EXIST - Static variable in class com.enterprisedt.net.ftp.FileNotFoundStrings
Server string indicating file not found
DOWNLOAD - Static variable in class com.enterprisedt.net.ftp.TransferDirection
Represents download
downloadByteArray(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Download a file from the FTP server into a byte array.
downloadByteArray(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Download a file from the FTP server into a byte array.
downloadCompleted(String, String) - Method in class com.enterprisedt.net.ftp.EventAdapter
Notifies that a download has completed
downloadCompleted(String, String) - Method in interface com.enterprisedt.net.ftp.EventListener
Notifies that a download has completed
downloadFile(String, String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Download a file from the FTP server .
downloadFile(String, String, WriteMode) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Download a file from the FTP server .
downloadFile(String, String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Download a file from the FTP server .
downloadFile(String, String, WriteMode) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Download a file from the FTP server .
downloadStarted(String, String) - Method in class com.enterprisedt.net.ftp.EventAdapter
Notifies that a download has started
downloadStarted(String, String) - Method in interface com.enterprisedt.net.ftp.EventListener
Notifies that a download has started
downloadStream(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Download a file from the FTP server as a stream.
downloadStream(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Download a file from the FTP server as a stream.

E

EMPTY_DIR - Static variable in class com.enterprisedt.net.ftp.DirectoryEmptyStrings
Server string indicating no files found (EMPTY_DIR)
equals(Object) - Method in class com.enterprisedt.net.ftp.WriteMode
 
ERROR - Static variable in class com.enterprisedt.util.debug.Level
OFF level
error(String) - Method in class com.enterprisedt.util.debug.Logger
Log an error level message
error(String, Throwable) - Method in class com.enterprisedt.util.debug.Logger
Log an error level message
EventAdapter - Class in com.enterprisedt.net.ftp
An adapter class that implements dummy methods of the EventListener interface.
EventAdapter() - Constructor for class com.enterprisedt.net.ftp.EventAdapter
 
eventAggregator - Variable in class com.enterprisedt.net.ftp.FileTransferClient
 
EventListener - Interface in com.enterprisedt.net.ftp
Listens for interesting file transfer events.
executeCommand(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Request that the remote server execute the literal command supplied.
executeCommand(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Request that the remote server execute the literal command supplied.
executeCommand(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Request that the remote server execute the literal command supplied.
executeCommand(String) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Request that the remote server execute the literal command supplied.
exists(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Determine if a remote file exists.
exists(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Determine if a remote file exists.
exists(String) - Method in class com.enterprisedt.net.ftp.FTPClient
 
exists(String) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Does the named file exist in the current server directory?
extensions() - Method in class com.enterprisedt.net.ftp.FileTypes
Get the list of registered file extensions

F

FAILED_TO_OPEN_FILE - Static variable in class com.enterprisedt.net.ftp.FileNotFoundStrings
Server string indicating file not found
FATAL - Static variable in class com.enterprisedt.util.debug.Level
Fatal level
fatal(String) - Method in class com.enterprisedt.util.debug.Logger
Log a fatal level message
fatal(String, Throwable) - Method in class com.enterprisedt.util.debug.Logger
Log a fatal level message
features() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the server supplied features
FILE_NOT_FOUND - Static variable in class com.enterprisedt.net.ftp.FileNotFoundStrings
Server string indicating file not found
FileAppender - Class in com.enterprisedt.util.debug
Appends log statements to a file
FileAppender(String) - Constructor for class com.enterprisedt.util.debug.FileAppender
Constructor
fileDetails(String) - Method in class com.enterprisedt.net.ftp.FTPClient
Uses the MLST command to find out details about the named file.
FileNotFoundStrings - Class in com.enterprisedt.net.ftp
Contains fragments of server replies that indicate no files were found in a supplied directory.
FileNotFoundStrings() - Constructor for class com.enterprisedt.net.ftp.FileNotFoundStrings
Constructor.
fileNotFoundStrings - Variable in class com.enterprisedt.net.ftp.FTPClient
Matcher for permission denied
FileStatistics - Class in com.enterprisedt.net.ftp
Statistics on transfers and deletes.
FileTransferClient - Class in com.enterprisedt.net.ftp
Easy to use FTP client that is thread safe and provides true FTP streams.
FileTransferClient() - Constructor for class com.enterprisedt.net.ftp.FileTransferClient
Default constructor
FileTransferClientInterface - Interface in com.enterprisedt.net.ftp
Easy to use FTP client interface
FileTransferInputStream - Class in com.enterprisedt.net.ftp
Super class of all input streams supported
FileTransferInputStream() - Constructor for class com.enterprisedt.net.ftp.FileTransferInputStream
 
FileTransferOutputStream - Class in com.enterprisedt.net.ftp
Super class of all output streams supported
FileTransferOutputStream() - Constructor for class com.enterprisedt.net.ftp.FileTransferOutputStream
 
FileTypes - Class in com.enterprisedt.net.ftp
Attempts to classify files as ASCII or binary via their filename extension.
forcedActiveIP - Variable in class com.enterprisedt.net.ftp.FTPControlSocket
IP address we force PORT to send - useful with certain NAT configurations
forceResumeOff() - Method in class com.enterprisedt.net.ftp.FTPClient
Force the resume flag off.
FTP_LINE_SEPARATOR - Static variable in class com.enterprisedt.net.ftp.FTPClient
Used for ASCII translation
FTPActiveDataSocket - Class in com.enterprisedt.net.ftp
Active data socket handling class
FTPActiveDataSocket(ServerSocket) - Constructor for class com.enterprisedt.net.ftp.FTPActiveDataSocket
Constructor
FTPClient - Class in com.enterprisedt.net.ftp
Supports client-side FTP.
FTPClient(String) - Constructor for class com.enterprisedt.net.ftp.FTPClient
Deprecated. use setter methods to set properties
FTPClient(String, int) - Constructor for class com.enterprisedt.net.ftp.FTPClient
Deprecated. use setter methods to set properties
FTPClient(String, int, int) - Constructor for class com.enterprisedt.net.ftp.FTPClient
Deprecated. use setter methods to set properties
FTPClient(String, int, int, String) - Constructor for class com.enterprisedt.net.ftp.FTPClient
Deprecated. use setter methods to set properties
FTPClient(InetAddress) - Constructor for class com.enterprisedt.net.ftp.FTPClient
Deprecated. use setter methods to set properties
FTPClient(InetAddress, int) - Constructor for class com.enterprisedt.net.ftp.FTPClient
Deprecated. use setter methods to set properties
FTPClient(InetAddress, int, int) - Constructor for class com.enterprisedt.net.ftp.FTPClient
Deprecated. use setter methods to set properties
FTPClient(InetAddress, int, int, String) - Constructor for class com.enterprisedt.net.ftp.FTPClient
Deprecated. use setter methods to set properties
FTPClient() - Constructor for class com.enterprisedt.net.ftp.FTPClient
Default constructor should now always be used together with setter methods in preference to other constructors (now deprecated).
FTPClientInterface - Interface in com.enterprisedt.net.ftp
Defines operations in common with a number of FTP implementations.
FTPConnectionClosedException - Exception in com.enterprisedt.net.ftp
Thrown when an FTP transfer has been closed by the server
FTPConnectionClosedException(String) - Constructor for exception com.enterprisedt.net.ftp.FTPConnectionClosedException
Constructor.
FTPConnectMode - Class in com.enterprisedt.net.ftp
Enumerates the connect modes that are possible, active & PASV
FTPControlSocket - Class in com.enterprisedt.net.ftp
Supports client-side FTP operations
FTPControlSocket(InetAddress, int, int, String, FTPMessageListener) - Constructor for class com.enterprisedt.net.ftp.FTPControlSocket
Constructor.
FTPControlSocket(InetAddress, Socket, int, String, FTPMessageListener) - Constructor for class com.enterprisedt.net.ftp.FTPControlSocket
Constructs a new FTPControlSocket using the given Socket object.
FTPDataSocket - Interface in com.enterprisedt.net.ftp
Interface for data socket classes, whether active or passive
FTPException - Exception in com.enterprisedt.net.ftp
FTP specific exceptions
FTPException(String) - Constructor for exception com.enterprisedt.net.ftp.FTPException
Constructor.
FTPException(String, String) - Constructor for exception com.enterprisedt.net.ftp.FTPException
Constructor.
FTPException(FTPReply) - Constructor for exception com.enterprisedt.net.ftp.FTPException
Constructor.
FTPFile - Class in com.enterprisedt.net.ftp
Represents a remote file (implementation)
FTPFile(int, String, String, long, boolean, Date) - Constructor for class com.enterprisedt.net.ftp.FTPFile
Deprecated. 'type' no longer used.
FTPFile(String, String, long, boolean, Date) - Constructor for class com.enterprisedt.net.ftp.FTPFile
Constructor
FTPFile(String) - Constructor for class com.enterprisedt.net.ftp.FTPFile
Constructor
FTPFileFactory - Class in com.enterprisedt.net.ftp
Factory for creating FTPFile objects
FTPFileFactory(String) - Constructor for class com.enterprisedt.net.ftp.FTPFileFactory
Constructor
FTPFileFactory(FTPFileParser) - Constructor for class com.enterprisedt.net.ftp.FTPFileFactory
Constructor.
FTPFileParser - Class in com.enterprisedt.net.ftp
Root class of all file parsers
FTPFileParser() - Constructor for class com.enterprisedt.net.ftp.FTPFileParser
 
FTPInputStream - Class in com.enterprisedt.net.ftp
Represents an input stream of bytes coming from an FTP server, permitting the user to download a file by reading the stream.
FTPInputStream(FTPClient, String) - Constructor for class com.enterprisedt.net.ftp.FTPInputStream
Constructor.
FTPMessageCollector - Class in com.enterprisedt.net.ftp
Listens for and is notified of FTP commands and replies.
FTPMessageCollector() - Constructor for class com.enterprisedt.net.ftp.FTPMessageCollector
 
FTPMessageListener - Interface in com.enterprisedt.net.ftp
Listens for and is notified of FTP commands and replies.
FTPOutputStream - Class in com.enterprisedt.net.ftp
Represents an output stream that writes to an FTP server, permitting the user to upload a file by writing to the stream.
FTPOutputStream(FTPClient, String) - Constructor for class com.enterprisedt.net.ftp.FTPOutputStream
Constructor.
FTPOutputStream(FTPClient, String, boolean) - Constructor for class com.enterprisedt.net.ftp.FTPOutputStream
Constructor.
FTPPassiveDataSocket - Class in com.enterprisedt.net.ftp
Passive data socket handling class
FTPPassiveDataSocket(Socket) - Constructor for class com.enterprisedt.net.ftp.FTPPassiveDataSocket
Constructor
FTPProgressMonitor - Interface in com.enterprisedt.net.ftp
Allows the reporting of progress of the transfer of data
FTPProgressMonitorEx - Interface in com.enterprisedt.net.ftp
Enhances FTPProgressMonitor to add notifications for start and completion of the transfer.
FTPReply - Class in com.enterprisedt.net.ftp
Encapsulates the FTP server reply
FTPTransferCancelledException - Exception in com.enterprisedt.net.ftp
Thrown when an FTP transfer has been cancelled
FTPTransferCancelledException() - Constructor for exception com.enterprisedt.net.ftp.FTPTransferCancelledException
Constructor.
FTPTransferType - Class in com.enterprisedt.net.ftp
Enumerates the transfer types possible.

G

get(String, String) - Method in class com.enterprisedt.net.ftp.FTPClient
 
get(OutputStream, String) - Method in class com.enterprisedt.net.ftp.FTPClient
 
get(String) - Method in class com.enterprisedt.net.ftp.FTPClient
 
get(String, String) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Get data from the FTP server.
get(OutputStream, String) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Get data from the FTP server.
get(String) - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Get data from the FTP server.
getActiveHighPort() - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
Get the upper limit of the port range for active mode.
getActiveHighPort() - Method in class com.enterprisedt.net.ftp.ConnectionContext
Get the upper limit of the port range for active mode.
getActiveHighPort() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the upper limit of the port range for active mode.
getActiveIPAddress() - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
The active IP address being used, or null if not used
getActiveIPAddress() - Method in class com.enterprisedt.net.ftp.ConnectionContext
The active IP address being used, or null if not used
getActiveIPAddress() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the active IP address that is set.
getActiveLowPort() - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
Get the lower limit of the port range for active mode.
getActiveLowPort() - Method in class com.enterprisedt.net.ftp.ConnectionContext
Get the lower limit of the port range for active mode.
getActiveLowPort() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the lower limit of the port range for active mode.
getAdvancedFTPSettings() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Get the advanced FTP configuration parameters object
getAdvancedFTPSettings() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Get the advanced FTP configuration parameters object
getAdvancedSettings() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Get the advanced general configuration parameters object, for none protocol specific parameters
getAdvancedSettings() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Get the advanced general configuration parameters object
getBlocksize() - Method in class com.enterprisedt.net.ftp.VMSFileParser
Get the VMS blocksize, used for calculating file sizes
getBuildTimestamp() - Static method in class com.enterprisedt.net.ftp.FTPClient
Get the build timestamp
getBuildTimestamp() - Static method in class com.enterprisedt.net.ftp.VersionDetails
Get the build timestamp
getConnectMode() - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
Get the data transfer mode.
getConnectMode() - Method in class com.enterprisedt.net.ftp.ConnectionContext
 
getConnectMode() - Method in class com.enterprisedt.net.ftp.FTPClient
 
getContentType() - Method in class com.enterprisedt.net.ftp.ConnectionContext
 
getContentType() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Get the current content type for all connections.
getContentType() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Get the current content type for all connections.
getControlEncoding() - Method in class com.enterprisedt.net.ftp.AdvancedGeneralSettings
Get the encoding used for the control channel
getControlEncoding() - Method in class com.enterprisedt.net.ftp.ConnectionContext
Get the encoding used for the control connection
getControlEncoding() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the encoding used for the control connection
getControlPort() - Method in class com.enterprisedt.net.ftp.FTPClient
Deprecated. Use FTPClientInterface.getRemotePort() instead.
getDeleteCount() - Method in class com.enterprisedt.net.ftp.FileStatistics
Get the number of files deleted since the count was reset
getDeleteCount() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the number of files deleted since the count was reset
getDeleteCount() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Get the number of files deleted since the count was reset
getDetectContentType() - Method in class com.enterprisedt.net.ftp.ConnectionContext
Get the detect content type flag
getDetectContentType() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Get the detect content type flag
getDetectContentType() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Get the detect content type flag
getDetectTransferMode() - Method in class com.enterprisedt.net.ftp.FTPClient
 
getDetectTransferMode() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Get the detect transfer mode
getDirectoryEmptyMessages() - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
Get class that holds fragments of server messages that indicate a directory is empty.
getDirectoryEmptyMessages() - Method in class com.enterprisedt.net.ftp.ConnectionContext
Get class that holds fragments of server messages that indicate a directory is empty.
getDirectoryEmptyMessages() - Method in class com.enterprisedt.net.ftp.FTPClient
Get class that holds fragments of server messages that indicate a directory is empty.
getDownloadCount() - Method in class com.enterprisedt.net.ftp.FileStatistics
Get the number of files downloaded since the count was reset
getDownloadCount() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the number of files downloaded since the count was reset
getDownloadCount() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Get the number of files downloaded since the count was reset
getFile() - Method in class com.enterprisedt.util.debug.FileAppender
Returns the path of the logging file.
getFileNotFoundMessages() - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
Get class that holds fragments of server messages that indicate a file was not found.
getFileNotFoundMessages() - Method in class com.enterprisedt.net.ftp.ConnectionContext
Get class that holds fragments of server messages that indicate a file was not found.
getFileNotFoundMessages() - Method in class com.enterprisedt.net.ftp.FTPClient
Get class that holds fragments of server messages that indicate a file was not found.
getGroup() - Method in class com.enterprisedt.net.ftp.FTPFile
 
getId() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the identifying string for this instance
getId() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Get the identifying string for this instance
getInputStream() - Method in class com.enterprisedt.net.ftp.FTPActiveDataSocket
If active mode, accepts the FTP server's connection - in PASV, we are already connected.
getInputStream() - Method in interface com.enterprisedt.net.ftp.FTPDataSocket
Get the appropriate input stream for reading from
getInputStream() - Method in class com.enterprisedt.net.ftp.FTPPassiveDataSocket
If active mode, accepts the FTP server's connection - in PASV, we are already connected.
getLastReply() - Method in class com.enterprisedt.net.ftp.FTPClient
Gets the last reply from the server, whether valid or not
getLastValidReply() - Method in class com.enterprisedt.net.ftp.FTPClient
Gets the latest valid reply from the server
getLevel() - Method in class com.enterprisedt.util.debug.Level
Get integer log level
getLevel(String) - Static method in class com.enterprisedt.util.debug.Level
Get level from supplied string
getLevel() - Static method in class com.enterprisedt.util.debug.Logger
Returns the logging level for all loggers.
getLinkCount() - Method in class com.enterprisedt.net.ftp.FTPFile
 
getLinkedname() - Method in class com.enterprisedt.net.ftp.FTPFile
 
getListenOnAllInterfaces() - Method in class com.enterprisedt.net.ftp.AdvancedGeneralSettings
Are we listening on all interfaces in active mode, which is the default?
getListenOnAllInterfaces() - Method in class com.enterprisedt.net.ftp.ConnectionContext
Are we listening on all interfaces in active mode, which is the default?
getListenOnAllInterfaces() - Method in class com.enterprisedt.net.ftp.FTPClient
Are we listening on all interfaces in active mode, which is the default?
getLocalPort() - Method in class com.enterprisedt.net.ftp.FTPActiveDataSocket
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface com.enterprisedt.net.ftp.FTPDataSocket
Returns the local port to which this socket is bound.
getLocalPort() - Method in class com.enterprisedt.net.ftp.FTPPassiveDataSocket
Returns the local port to which this socket is bound.
getLog() - Method in class com.enterprisedt.net.ftp.FTPMessageCollector
Get the log of messages
getLogger(Class) - Static method in class com.enterprisedt.util.debug.Logger
Get a logger for the supplied class
getLogger(String) - Static method in class com.enterprisedt.util.debug.Logger
Get a logger for the supplied class
getMessageListener() - Method in class com.enterprisedt.net.ftp.FTPClient
 
getModifiedTime(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Get the modified-time of a remote file.
getModifiedTime(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Get the modified-time of a remote file.
getMonitorInterval() - Method in class com.enterprisedt.net.ftp.FTPClient
 
getMonitorInterval() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Get the bytes transferred between each callback on the progress monitor
getName() - Method in class com.enterprisedt.net.ftp.FTPFile
 
getOutputStream() - Method in class com.enterprisedt.net.ftp.FTPActiveDataSocket
If active mode, accepts the FTP server's connection - in PASV, we are already connected.
getOutputStream() - Method in interface com.enterprisedt.net.ftp.FTPDataSocket
Get the appropriate output stream for writing to
getOutputStream() - Method in class com.enterprisedt.net.ftp.FTPPassiveDataSocket
If active mode, accepts the FTP server's connection - in PASV, we are already connected.
getOwner() - Method in class com.enterprisedt.net.ftp.FTPFile
 
getParserLocales() - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
Get the current parser locales used for directory listing parsing
getParserLocales() - Method in class com.enterprisedt.net.ftp.ConnectionContext
 
getPassword() - Method in class com.enterprisedt.net.ftp.ConnectionContext
 
getPassword() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Get the current user password.
getPassword() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Get the current user password.
getPath() - Method in class com.enterprisedt.net.ftp.FTPFile
 
getPermissions() - Method in class com.enterprisedt.net.ftp.FTPFile
 
getProgressMonitor() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the reference to the progress monitor
getProgressMonitorEx() - Method in class com.enterprisedt.net.ftp.FTPClient
Get reference to the transfer listener
getRaw() - Method in class com.enterprisedt.net.ftp.FTPFile
 
getRawReply() - Method in class com.enterprisedt.net.ftp.FTPReply
Getter for raw reply
getRemoteAddr() - Method in class com.enterprisedt.net.ftp.FTPClient
 
getRemoteDirectory() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Get the current remote directory.
getRemoteDirectory() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Get the current remote directory.
getRemoteFile() - Method in class com.enterprisedt.net.ftp.FileTransferInputStream
Get the name of the remote file
getRemoteFile() - Method in class com.enterprisedt.net.ftp.FileTransferOutputStream
Get the name of the remote file (including one that may have been generated by the server).
getRemoteHost() - Method in class com.enterprisedt.net.ftp.ConnectionContext
 
getRemoteHost() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Returns the IP address or name of the remote host.
getRemoteHost() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Returns the IP address or name of the remote host.
getRemoteHost() - Method in class com.enterprisedt.net.ftp.FTPClient
 
getRemoteHost() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Returns the IP address or name of the remote host.
getRemotePort() - Method in class com.enterprisedt.net.ftp.ConnectionContext
 
getRemotePort() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Returns the port being connected to on the remote server.
getRemotePort() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Returns the port being connected to on the remote server.
getRemotePort() - Method in class com.enterprisedt.net.ftp.FTPClient
Returns the control-port being connected to on the remote server.
getRemotePort() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Returns the port being connected to on the remote server.
getReplyCode() - Method in exception com.enterprisedt.net.ftp.FTPException
Get the reply code if it exists
getReplyCode() - Method in class com.enterprisedt.net.ftp.FTPReply
Getter for reply code
getReplyData() - Method in class com.enterprisedt.net.ftp.FTPReply
Getter for reply data lines
getReplyText() - Method in class com.enterprisedt.net.ftp.FTPReply
Getter for reply text
getServerWakeupInterval() - Method in class com.enterprisedt.net.ftp.FTPClient
Get server wakeup interval in seconds.
getSize(String) - Method in class com.enterprisedt.net.ftp.FileTransferClient
Get the size of a remote file.
getSize(String) - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Get the size of a remote file.
getStatistics() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Get statistics on file transfers and deletions.
getStatistics() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Get statistics on file transfers and deletions.
getSystem() - Method in class com.enterprisedt.net.ftp.FTPFileFactory
Get the SYST string
getSystemType() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Get a string that represents the remote system that the client is logged into.
getSystemType() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Get a string that represents the remote system that the client is logged into.
getTimeout() - Method in class com.enterprisedt.net.ftp.ConnectionContext
 
getTimeout() - Method in class com.enterprisedt.net.ftp.FileTransferClient
Returns the timeout for socket connections.
getTimeout() - Method in interface com.enterprisedt.net.ftp.FileTransferClientInterface
Returns the timeout for socket connections.
getTimeout() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the TCP timeout
getTimeout() - Method in interface com.enterprisedt.net.ftp.FTPClientInterface
Get the TCP timeout on the underlying socket(s).
getTransferBufferSize() - Method in class com.enterprisedt.net.ftp.AdvancedGeneralSettings
Get the size of the data buffers used in reading and writing to the server
getTransferBufferSize() - Method in class com.enterprisedt.net.ftp.ConnectionContext
Get the size of the buffers used in writing to and reading from the data sockets
getTransferBufferSize() - Method in class com.enterprisedt.net.ftp.FTPClient
Get the size of the buffers used in writing to and reading from the data sockets
getTransferCompleteMessages() - Method in class com.enterprisedt.net.ftp.AdvancedFTPSettings
Get class that holds fragments of server messages that indicate a transfer completed.
getTransferCompleteMessages() - Method in class com.enterprisedt.net.ftp.