Documentation

Generated on Thu Aug 31 00:02:32 2006

 

commands.hlp File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


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)"

Variable Documentation

const char* HLP_ABOR = " (cancels any ongoing data transfers)"

Definition at line 34 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_APPE = " <file> (appends to file over data connection)"

Definition at line 18 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_AUTH = " <mechanism> (initiates security mechanism)"

Definition at line 36 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_CCC = " (sets protection level of command channel to CLEAR)"

Definition at line 39 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_CDUP = " (changes current working directory to parent directory)"

Definition at line 31 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_CWD = " <path> (changes current working directory)"

Definition at line 33 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_DELE = " <file> (delete file)"

Definition at line 13 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_EPRT = " <|protocol|adress|port|> (specify client data adress and port)"

Definition at line 6 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_EPSV = " (returns a non standard data port (extended format) for transfers)"

Definition at line 16 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_FEAT = " (returns available extensions)"

Definition at line 23 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_HELP = " [<command> (returns help for specified command)] (shows available commands)"

Definition at line 10 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_LIST = " <path> (lists a directory or file(s))"

Definition at line 8 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_MDTM = " <file> (returns modification time of <file>)"

Definition at line 22 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_MKD = " <dir> (creates directory)"

Definition at line 30 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_MLSD = " <dir> (returns file listing for machine parsing)"

Definition at line 25 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_MLST = " <file> (returns file info for machine parsing)"

Definition at line 24 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_MODE = " <mode> (Set the transfer mode, only accepts S and Z)"

Definition at line 27 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_NLST = " <path> (lists only names of a directory or file(s))"

Definition at line 14 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_NOOP = " (no operation)"

Definition at line 12 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_OPTS = " [<command> <options> (modifies options for specified command)] shows what commands options are available for)"

Definition at line 26 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_PASS = " <password> (send password)"

Definition at line 2 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_PASV = " (returns a non standard data port for transfers)"

Definition at line 15 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_PBSZ = " <integer> (negotiates protection buffer size, 0 for stream)"

Definition at line 37 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_PORT = " <a1,a2,a3,a4,p1,p2> (specify client data port)"

Definition at line 5 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_PROT = " <prot level> (sets protection level for data channel (P|S|E|C))"

Definition at line 38 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_PWD = " (returns current working directory)"

Definition at line 29 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_QUIT = " (logout)"

Definition at line 7 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_REST = " <integer> (Sets the file pointer for the next RETR/STOR command to <value> (bytes))"

Definition at line 17 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_RETR = " <file> (sends a file over a data connection)"

Definition at line 3 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_RMD = " <dir> (removes directory)"

Definition at line 32 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_RNFR = " <file> (given before RNTO, filename to rename from, must be followed by RNTO)"

Definition at line 19 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_RNTO = " <file> (given after RNFR, filename to rename to, can only be used after RNFR)"

Definition at line 20 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_SIZE = " <file> (returns the exact number of octets <file> occupies)"

Definition at line 21 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_STOR = " <file> (receives a file over a data connection)"

Definition at line 4 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_STRU = " <file structure> (OBSOLETE, only accepts F (file))"

Definition at line 28 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_SYST = " (returns the system type)"

Definition at line 11 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_TYPE = " <type> (sets the transfer type for future transfers)"

Definition at line 9 of file commands.hlp.

Referenced by Handler::Handler().

const char* HLP_USER = " <username> (send username)"

Definition at line 1 of file commands.hlp.

Referenced by Handler::Handler().