Documentation

Generated on Thu Aug 31 00:02:27 2006

 

commands.hlp

Go to the documentation of this file.
00001 const char *HLP_USER = " <username> (send username)";
00002 const char *HLP_PASS = " <password> (send password)" ;
00003 const char *HLP_RETR = " <file> (sends a file over a data connection)";
00004 const char *HLP_STOR = " <file> (receives a file over a data connection)";
00005 const char *HLP_PORT = " <a1,a2,a3,a4,p1,p2> (specify client data port)";
00006 const char *HLP_EPRT = " <|protocol|adress|port|> (specify client data adress and port)";
00007 const char *HLP_QUIT = " (logout)";
00008 const char *HLP_LIST = " <path> (lists a directory or file(s))";
00009 const char *HLP_TYPE = " <type> (sets the transfer type for future transfers)";
00010 const char *HLP_HELP = " [<command> (returns help for specified command)] (shows available commands)";
00011 const char *HLP_SYST = " (returns the system type)";
00012 const char *HLP_NOOP = " (no operation)";
00013 const char *HLP_DELE = " <file> (delete file)";
00014 const char *HLP_NLST = " <path> (lists only names of a directory or file(s))";
00015 const char *HLP_PASV = " (returns a non standard data port for transfers)";
00016 const char *HLP_EPSV = " (returns a non standard data port (extended format) for transfers)";
00017 const char *HLP_REST = " <integer> (Sets the file pointer for the next RETR/STOR command to <value> (bytes))";
00018 const char *HLP_APPE = " <file> (appends to file over data connection)";
00019 const char *HLP_RNFR = " <file> (given before RNTO, filename to rename from, must be followed by RNTO)";
00020 const char *HLP_RNTO = " <file> (given after RNFR, filename to rename to, can only be used after RNFR)";
00021 const char *HLP_SIZE = " <file> (returns the exact number of octets <file> occupies)";
00022 const char *HLP_MDTM = " <file> (returns modification time of <file>)";
00023 const char *HLP_FEAT = " (returns available extensions)";
00024 const char *HLP_MLST = " <file> (returns file info for machine parsing)";
00025 const char *HLP_MLSD = " <dir> (returns file listing for machine parsing)";
00026 const char *HLP_OPTS = " [<command> <options> (modifies options for specified command)] shows what commands options are available for)";
00027 const char *HLP_MODE = " <mode> (Set the transfer mode, only accepts S and Z)";
00028 const char *HLP_STRU = " <file structure> (OBSOLETE, only accepts F (file))";
00029 const char *HLP_PWD  = " (returns current working directory)";
00030 const char *HLP_MKD  = " <dir> (creates directory)";
00031 const char *HLP_CDUP = " (changes current working directory to parent directory)";
00032 const char *HLP_RMD  = " <dir> (removes directory)";
00033 const char *HLP_CWD  = " <path> (changes current working directory)";
00034 const char *HLP_ABOR = " (cancels any ongoing data transfers)";
00035 #ifdef USE_TLS
00036 const char *HLP_AUTH = " <mechanism> (initiates security mechanism)";
00037 const char *HLP_PBSZ = " <integer> (negotiates protection buffer size, 0 for stream)";
00038 const char *HLP_PROT = " <prot level> (sets protection level for data channel (P|S|E|C))";
00039 const char *HLP_CCC = " (sets protection level of command channel to CLEAR)";
00040 #endif // USE_TLS