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 Replyprotected voidFTPClient.performTransfer(Command cmd, DataSink sink) private booleanGridFTPClient.tryExecutingCommand(Command cmd) private booleanGridFTPClient.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 CommandCommand.ABORstatic final CommandCommand.CDUPstatic final CommandCommand.EPSVstatic final CommandCommand.FEATstatic final CommandCommand.PASVstatic final CommandCommand.PWDstatic final CommandCommand.QUITstatic final CommandCommand.SPASMethods 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 StringvoidSends the command over the control channel.