|
Variables |
const char * | HLP_USER = " <username> (send username)" |
const char * | HLP_PASS = " <password> (send password)" |
const char * | HLP_RETR = " <file> (sends a file over a data connection)" |
const char * | HLP_STOR = " <file> (receives a file over a data connection)" |
const char * | HLP_PORT = " <a1,a2,a3,a4,p1,p2> (specify client data port)" |
const char * | HLP_EPRT = " <|protocol|adress|port|> (specify client data adress and port)" |
const char * | HLP_QUIT = " (logout)" |
const char * | HLP_LIST = " <path> (lists a directory or file(s))" |
const char * | HLP_TYPE = " <type> (sets the transfer type for future transfers)" |
const char * | HLP_HELP = " [<command> (returns help for specified command)] (shows available commands)" |
const char * | HLP_SYST = " (returns the system type)" |
const char * | HLP_NOOP = " (no operation)" |
const char * | HLP_DELE = " <file> (delete file)" |
const char * | HLP_NLST = " <path> (lists only names of a directory or file(s))" |
const char * | HLP_PASV = " (returns a non standard data port for transfers)" |
const char * | HLP_EPSV = " (returns a non standard data port (extended format) for transfers)" |
const char * | HLP_REST = " <integer> (Sets the file pointer for the next RETR/STOR command to <value> (bytes))" |
const char * | HLP_APPE = " <file> (appends to file over data connection)" |
const char * | HLP_RNFR = " <file> (given before RNTO, filename to rename from, must be followed by RNTO)" |
const char * | HLP_RNTO = " <file> (given after RNFR, filename to rename to, can only be used after RNFR)" |
const char * | HLP_SIZE = " <file> (returns the exact number of octets <file> occupies)" |
const char * | HLP_MDTM = " <file> (returns modification time of <file>)" |
const char * | HLP_FEAT = " (returns available extensions)" |
const char * | HLP_MLST = " <file> (returns file info for machine parsing)" |
const char * | HLP_MLSD = " <dir> (returns file listing for machine parsing)" |
const char * | HLP_OPTS = " [<command> <options> (modifies options for specified command)] shows what commands options are available for)" |
const char * | HLP_MODE = " <mode> (Set the transfer mode, only accepts S and Z)" |
const char * | HLP_STRU = " <file structure> (OBSOLETE, only accepts F (file))" |
const char * | HLP_PWD = " (returns current working directory)" |
const char * | HLP_MKD = " <dir> (creates directory)" |
const char * | HLP_CDUP = " (changes current working directory to parent directory)" |
const char * | HLP_RMD = " <dir> (removes directory)" |
const char * | HLP_CWD = " <path> (changes current working directory)" |
const char * | HLP_ABOR = " (cancels any ongoing data transfers)" |
const char * | HLP_AUTH = " <mechanism> (initiates security mechanism)" |
const char * | HLP_PBSZ = " <integer> (negotiates protection buffer size, 0 for stream)" |
const char * | HLP_PROT = " <prot level> (sets protection level for data channel (P|S|E|C))" |
const char * | HLP_CCC = " (sets protection level of command channel to CLEAR)" |