Package org.globus.ftp.vanilla
Class Command
java.lang.Object
org.globus.ftp.vanilla.Command
Represents an FTP Control Channel Command
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FEAT
-
ABOR
-
CDUP
-
PWD
-
QUIT
-
PASV
-
SPAS
-
EPSV
-
-
Constructor Details
-
Command
- Parameters:
name
- the command name, eg. "PUT"parameters
- the command parameters; in other words everything that is contained between the space after the command name and the trailing Telnet EOL, excluding both the mentioned space and EOL. For instance, in command "STOR /tmp/file.txt\r\n", the parameters would be: "/tmp/file.txt" and trailing EOL.- Throws:
IllegalArgumentException
-
Command
- Throws:
IllegalArgumentException
-
-
Method Details