Class FTPCommand

java.lang.Object
com.oroinc.net.ftp.FTPCommand

public final class FTPCommand extends Object
FTPCommand stores a set of constants for FTP command codes. To interpret the meaning of the codes, familiarity with RFC 959 is assumed. The mnemonic constant names are transcriptions from the code descriptions of RFC 959. For those who think in terms of the actual FTP commands, a set of constants such as USER are provided where the constant name is the same as the FTP command.

Author:
Daniel F. Savarese