Class FTPReply

java.lang.Object
org.apache.commons.net.ftp.FTPReply

public final class FTPReply extends Object
FTPReply stores a set of constants for FTP reply 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.

TODO replace with an enum