Uses of Class
org.globus.ftp.vanilla.Command
-
Packages that use Command Package Description org.globus.ftp org.globus.ftp.vanilla -
-
Uses of Command in org.globus.ftp
Methods in org.globus.ftp with parameters of type Command Modifier and Type Method Description protected voidFTPClient. performTransfer(Command cmd, DataSink sink) -
Uses of Command in org.globus.ftp.vanilla
Fields in org.globus.ftp.vanilla declared as Command Modifier and Type Field Description static CommandCommand. ABORstatic CommandCommand. CDUPstatic CommandCommand. EPSVstatic CommandCommand. FEATstatic CommandCommand. PASVstatic CommandCommand. PWDstatic CommandCommand. QUITstatic CommandCommand. SPASMethods in org.globus.ftp.vanilla with parameters of type Command Modifier and Type Method Description ReplyFTPControlChannel. exchange(Command cmd)Write the command to the control channel, block until reply arrives and return the reply.ReplyFTPControlChannel. 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.StringCommand. toString(Command command)voidFTPControlChannel. write(Command cmd)Sends the command over the control channel.
-