Uses of Class
org.globus.ftp.vanilla.Command

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.ABOR
           
static Command Command.CDUP
           
static Command Command.EPSV
           
static Command Command.FEAT
           
static Command Command.PASV
           
static Command Command.PWD
           
static Command Command.QUIT
           
static Command Command.SPAS
           
 

Methods in org.globus.ftp.vanilla with parameters of type Command
 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 java.lang.String Command.toString(Command command)
           
 void FTPControlChannel.write(Command cmd)
          Sends the command over the control channel.