|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Command | |
org.globus.ftp | |
org.globus.ftp.vanilla |
Uses of Command in org.globus.ftp |
Methods in org.globus.ftp with parameters of type Command | |
protected void |
FTPClient.performTransfer(Command cmd,
DataSink sink)
|
Uses of Command in org.globus.ftp.vanilla |
Fields in org.globus.ftp.vanilla declared as Command | |
static Command |
Command.FEAT
|
static Command |
Command.ABOR
|
static Command |
Command.CDUP
|
static Command |
Command.PWD
|
static Command |
Command.QUIT
|
static Command |
Command.PASV
|
static Command |
Command.SPAS
|
static Command |
Command.EPSV
|
Methods in org.globus.ftp.vanilla with parameters of type Command | |
void |
FTPControlChannel.write(Command cmd)
Sends the command over the control channel. |
Reply |
FTPControlChannel.exchange(Command cmd)
Write the command to the control channel, block until reply arrives and return the reply. |
Reply |
FTPControlChannel.execute(Command cmd)
Write the command to the control channel, block until reply arrives and check if the command completed successfully (reply code 200). |
static String |
Command.toString(Command command)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |