Class FTPReply


  • public final class FTPReply
    extends java.lang.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