Uses of Class
org.globus.ftp.vanilla.Command
Packages that use Command
-
Uses of Command in org.globus.ftp
Methods in org.globus.ftp with parameters of type CommandModifier and TypeMethodDescriptionprivate Reply
protected void
FTPClient.performTransfer
(Command cmd, DataSink sink) private boolean
GridFTPClient.tryExecutingCommand
(Command cmd) private boolean
GridFTPClient.tryExecutingTwoCommands
(Command cmd1, Command cmd2) -
Uses of Command in org.globus.ftp.vanilla
Fields in org.globus.ftp.vanilla declared as CommandModifier and TypeFieldDescriptionstatic final Command
Command.ABOR
static final Command
Command.CDUP
static final Command
Command.EPSV
static final Command
Command.FEAT
static final Command
Command.PASV
static final Command
Command.PWD
static final Command
Command.QUIT
static final Command
Command.SPAS
Methods in org.globus.ftp.vanilla with parameters of type CommandModifier and TypeMethodDescriptionWrite the command to the control channel, block until reply arrives and return the reply.Write the command to the control channel, block until reply arrives and check if the command completed successfully (reply code 200).static String
void
Sends the command over the control channel.