Package org.globus.ftp
Class Options
java.lang.Object
org.globus.ftp.Options
- Direct Known Subclasses:
ChecksumOptions
,RetrieveOptions
Represents FTP command options, as defined in RFC 2389.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
command
-
-
Constructor Details
-
Options
- Parameters:
cmd
- command whose options are represent by this object
-
-
Method Details
-
toFtpCmdArgument
-
getArgument
Subclasses should implement this method. It should return the right side of the options line, in the format of OPTS command. It should not include the command name.
-