Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
C
CANNOT_OPEN_DATA_CONNECTION
- Static variable in interface it.sauronsoftware.ftp4j.
FTPCodes
COMMAND_NOT_IMPLEMENTED
- Static variable in interface it.sauronsoftware.ftp4j.
FTPCodes
COMMAND_OK
- Static variable in interface it.sauronsoftware.ftp4j.
FTPCodes
COMMAND_PARAMETER_NOT_IMPLEMENTED
- Static variable in interface it.sauronsoftware.ftp4j.
FTPCodes
CONNECTION_CLOSED
- Static variable in interface it.sauronsoftware.ftp4j.
FTPCodes
changeAccount(String)
- Method in class it.sauronsoftware.ftp4j.
FTPClient
Call this method to switch the user current account.
changeCharset(String)
- Method in class it.sauronsoftware.ftp4j.
FTPCommunicationChannel
Changes the current charset.
changeDirectory(String)
- Method in class it.sauronsoftware.ftp4j.
FTPClient
This method changes the current working directory.
changeDirectoryUp()
- Method in class it.sauronsoftware.ftp4j.
FTPClient
This method changes the current working directory to the parent one.
close()
- Method in class it.sauronsoftware.ftp4j.
FTPCommunicationChannel
Closes the channel.
close()
- Method in interface it.sauronsoftware.ftp4j.
FTPConnection
This method closes the connection.
completed()
- Method in interface it.sauronsoftware.ftp4j.
FTPDataTransferListener
Called to notify the listener that the transfer operation has been successfully complete.
connect(String)
- Method in class it.sauronsoftware.ftp4j.
FTPClient
This method connects the client to the remote FTP host, using the default port value 21.
connect(String, int)
- Method in class it.sauronsoftware.ftp4j.
FTPClient
This method connects the client to the remote FTP host.
connectForCommunicationChannel(String, int)
- Method in interface it.sauronsoftware.ftp4j.
FTPConnector
This methods returns an established connection to a remote host, suitable for a FTP communication channel.
connectForCommunicationChannel(String, int)
- Method in class it.sauronsoftware.ftp4j.connectors.
DirectConnector
connectForCommunicationChannel(String, int)
- Method in class it.sauronsoftware.ftp4j.connectors.
FTPProxyConnector
connectForCommunicationChannel(String, int)
- Method in class it.sauronsoftware.ftp4j.connectors.
HTTPTunnelConnector
connectForCommunicationChannel(String, int)
- Method in class it.sauronsoftware.ftp4j.connectors.
SOCKS4Connector
connectForCommunicationChannel(String, int)
- Method in class it.sauronsoftware.ftp4j.connectors.
SOCKS5Connector
connectForDataTransferChannel(String, int)
- Method in interface it.sauronsoftware.ftp4j.
FTPConnector
This methods returns an established connection to a remote host, suitable for a FTP data transfer channel.
connectForDataTransferChannel(String, int)
- Method in class it.sauronsoftware.ftp4j.connectors.
DirectConnector
connectForDataTransferChannel(String, int)
- Method in class it.sauronsoftware.ftp4j.connectors.
FTPProxyConnector
connectForDataTransferChannel(String, int)
- Method in class it.sauronsoftware.ftp4j.connectors.
HTTPTunnelConnector
connectForDataTransferChannel(String, int)
- Method in class it.sauronsoftware.ftp4j.connectors.
SOCKS4Connector
connectForDataTransferChannel(String, int)
- Method in class it.sauronsoftware.ftp4j.connectors.
SOCKS5Connector
createDirectory(String)
- Method in class it.sauronsoftware.ftp4j.
FTPClient
This method creates a new remote directory in the current working one.
currentDirectory()
- Method in class it.sauronsoftware.ftp4j.
FTPClient
This method asks and returns the current working directory.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U