|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Uses of Class
org.globus.ftp.vanilla.Command
| Packages that use Command | |
| org.globus.ftp.vanilla | |
| 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
|
| Methods in org.globus.ftp.vanilla with parameters of type Command | |
static java.lang.String |
Command.toString(Command 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). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||