|
static char | sccsid [] = "@(#)cmdtab.c 5.9 (Berkeley) 3/21/89" |
|
char | accounthelp [] = "send account command to remote server" |
|
char | appendhelp [] = "append to a file" |
|
char | asciihelp [] = "set ascii transfer type" |
|
char | beephelp [] = "beep when command completed" |
|
char | binaryhelp [] = "set binary transfer type" |
|
char | casehelp [] = "toggle mget upper/lower case id mapping" |
|
char | cdhelp [] = "change remote working directory" |
|
char | cduphelp [] = "change remote working directory to parent directory" |
|
char | chmodhelp [] = "change file permissions of remote file" |
|
char | connecthelp [] = "connect to remote tftp" |
|
char | crhelp [] = "toggle carriage return stripping on ascii gets" |
|
char | deletehelp [] = "delete remote file" |
|
char | debughelp [] = "toggle/set debugging mode" |
|
char | dirhelp [] = "list contents of remote directory" |
|
char | disconhelp [] = "terminate ftp session" |
|
char | domachelp [] = "execute macro" |
|
char | formhelp [] = "set file transfer format" |
|
char | globhelp [] = "toggle metacharacter expansion of local file names" |
|
char | hashhelp [] = "toggle printing `#' for each buffer transferred" |
|
char | helphelp [] = "print local help information" |
|
char | idlehelp [] = "get (set) idle timer on remote side" |
|
char | lcdhelp [] = "change local working directory" |
|
char | lshelp [] = "list contents of remote directory" |
|
char | macdefhelp [] = "define a macro" |
|
char | mdeletehelp [] = "delete multiple files" |
|
char | mdirhelp [] = "list contents of multiple remote directories" |
|
char | mgethelp [] = "get multiple files" |
|
char | mkdirhelp [] = "make directory on the remote machine" |
|
char | mlshelp [] = "list contents of multiple remote directories" |
|
char | modtimehelp [] = "show last modification time of remote file" |
|
char | modehelp [] = "set file transfer mode" |
|
char | mputhelp [] = "send multiple files" |
|
char | newerhelp [] = "get file if remote file is newer than local file " |
|
char | nlisthelp [] = "nlist contents of remote directory" |
|
char | nmaphelp [] = "set templates for default file name mapping" |
|
char | ntranshelp [] = "set translation table for default file name mapping" |
|
char | porthelp [] = "toggle use of PORT cmd for each data connection" |
|
char | prompthelp [] = "force interactive prompting on multiple commands" |
|
char | proxyhelp [] = "issue command on alternate connection" |
|
char | pwdhelp [] = "print working directory on remote machine" |
|
char | quithelp [] = "terminate ftp session and exit" |
|
char | quotehelp [] = "send arbitrary ftp command" |
|
char | receivehelp [] = "receive file" |
|
char | regethelp [] = "get file restarting at end of local file" |
|
char | remotehelp [] = "get help from remote server" |
|
char | renamehelp [] = "rename file" |
|
char | restarthelp [] = "restart file transfer at bytecount" |
|
char | rmdirhelp [] = "remove directory on the remote machine" |
|
char | rmtstatushelp [] ="show status of remote machine" |
|
char | runiquehelp [] = "toggle store unique for local files" |
|
char | resethelp [] = "clear queued command replies" |
|
char | sendhelp [] = "send one file" |
|
char | passivehelp [] = "enter passive transfer mode" |
|
char | sitehelp [] = "send site specific command to remote server\n\t\tTry \"rhelp site\" or \"site help\" for more information" |
|
char | shellhelp [] = "escape to the shell" |
|
char | sizecmdhelp [] = "show size of remote file" |
|
char | statushelp [] = "show current status" |
|
char | structhelp [] = "set file transfer structure" |
|
char | suniquehelp [] = "toggle store unique on remote machine" |
|
char | systemhelp [] = "show remote system type" |
|
char | tenexhelp [] = "set tenex file transfer type" |
|
char | tracehelp [] = "toggle packet tracing" |
|
char | typehelp [] = "set file transfer type" |
|
char | umaskhelp [] = "get (set) umask on remote side" |
|
char | userhelp [] = "send new user information" |
|
char | verbosehelp [] = "toggle verbose mode" |
|
struct cmd | cmdtab [] |
|
int | NCMDS = (sizeof (cmdtab) / sizeof (cmdtab[0])) - 1 |
|