protected java.net.Socket |
FTPClient._openDataConnection_(FTPCmd command,
java.lang.String arg) |
Establishes a data connection with the FTP server, returning a Socket for the connection if successful.
|
boolean |
FTPClient.hasFeature(FTPCmd feature) |
Queries the server for a supported feature.
|
int |
FTP.sendCommand(FTPCmd command) |
Sends an FTP command to the server, waits for a reply and returns the numerical response code.
|
int |
FTP.sendCommand(FTPCmd command,
java.lang.String args) |
Sends an FTP command to the server, waits for a reply and returns the numerical response code.
|
private boolean |
FTPClient.storeFile(FTPCmd command,
java.lang.String remote,
java.io.InputStream local) |
|
private java.io.OutputStream |
FTPClient.storeFileStream(FTPCmd command,
java.lang.String remote) |
|