ReactOS 0.4.15-dev-7961-gdcf9eb0
cmdtab.c File Reference
#include "precomp.h"
Include dependency graph for cmdtab.c:

Go to the source code of this file.

Variables

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
 

Variable Documentation

◆ accounthelp

char accounthelp[] = "send account command to remote server"

Definition at line 28 of file cmdtab.c.

◆ appendhelp

char appendhelp[] = "append to a file"

Definition at line 29 of file cmdtab.c.

◆ asciihelp

char asciihelp[] = "set ascii transfer type"

Definition at line 30 of file cmdtab.c.

◆ beephelp

char beephelp[] = "beep when command completed"

Definition at line 31 of file cmdtab.c.

◆ binaryhelp

char binaryhelp[] = "set binary transfer type"

Definition at line 32 of file cmdtab.c.

◆ casehelp

char casehelp[] = "toggle mget upper/lower case id mapping"

Definition at line 33 of file cmdtab.c.

◆ cdhelp

char cdhelp[] = "change remote working directory"

Definition at line 34 of file cmdtab.c.

◆ cduphelp

char cduphelp[] = "change remote working directory to parent directory"

Definition at line 35 of file cmdtab.c.

◆ chmodhelp

char chmodhelp[] = "change file permissions of remote file"

Definition at line 36 of file cmdtab.c.

◆ cmdtab

struct cmd cmdtab[]

Definition at line 95 of file cmdtab.c.

Referenced by getcmd(), and help().

◆ connecthelp

char connecthelp[] = "connect to remote tftp"

Definition at line 37 of file cmdtab.c.

◆ crhelp

char crhelp[] = "toggle carriage return stripping on ascii gets"

Definition at line 38 of file cmdtab.c.

◆ debughelp

char debughelp[] = "toggle/set debugging mode"

Definition at line 40 of file cmdtab.c.

◆ deletehelp

char deletehelp[] = "delete remote file"

Definition at line 39 of file cmdtab.c.

◆ dirhelp

char dirhelp[] = "list contents of remote directory"

Definition at line 41 of file cmdtab.c.

◆ disconhelp

char disconhelp[] = "terminate ftp session"

Definition at line 42 of file cmdtab.c.

◆ domachelp

char domachelp[] = "execute macro"

Definition at line 43 of file cmdtab.c.

◆ formhelp

char formhelp[] = "set file transfer format"

Definition at line 44 of file cmdtab.c.

◆ globhelp

char globhelp[] = "toggle metacharacter expansion of local file names"

Definition at line 45 of file cmdtab.c.

◆ hashhelp

char hashhelp[] = "toggle printing `#' for each buffer transferred"

Definition at line 46 of file cmdtab.c.

◆ helphelp

char helphelp[] = "print local help information"

Definition at line 47 of file cmdtab.c.

◆ idlehelp

char idlehelp[] = "get (set) idle timer on remote side"

Definition at line 48 of file cmdtab.c.

◆ lcdhelp

char lcdhelp[] = "change local working directory"

Definition at line 49 of file cmdtab.c.

◆ lshelp

char lshelp[] = "list contents of remote directory"

Definition at line 50 of file cmdtab.c.

◆ macdefhelp

char macdefhelp[] = "define a macro"

Definition at line 51 of file cmdtab.c.

◆ mdeletehelp

char mdeletehelp[] = "delete multiple files"

Definition at line 52 of file cmdtab.c.

◆ mdirhelp

char mdirhelp[] = "list contents of multiple remote directories"

Definition at line 53 of file cmdtab.c.

◆ mgethelp

char mgethelp[] = "get multiple files"

Definition at line 54 of file cmdtab.c.

◆ mkdirhelp

char mkdirhelp[] = "make directory on the remote machine"

Definition at line 55 of file cmdtab.c.

◆ mlshelp

char mlshelp[] = "list contents of multiple remote directories"

Definition at line 56 of file cmdtab.c.

◆ modehelp

char modehelp[] = "set file transfer mode"

Definition at line 58 of file cmdtab.c.

◆ modtimehelp

char modtimehelp[] = "show last modification time of remote file"

Definition at line 57 of file cmdtab.c.

◆ mputhelp

char mputhelp[] = "send multiple files"

Definition at line 59 of file cmdtab.c.

◆ NCMDS

int NCMDS = (sizeof (cmdtab) / sizeof (cmdtab[0])) - 1

Definition at line 171 of file cmdtab.c.

Referenced by help().

◆ newerhelp

char newerhelp[] = "get file if remote file is newer than local file "

Definition at line 60 of file cmdtab.c.

◆ nlisthelp

char nlisthelp[] = "nlist contents of remote directory"

Definition at line 61 of file cmdtab.c.

◆ nmaphelp

char nmaphelp[] = "set templates for default file name mapping"

Definition at line 62 of file cmdtab.c.

◆ ntranshelp

char ntranshelp[] = "set translation table for default file name mapping"

Definition at line 63 of file cmdtab.c.

◆ passivehelp

char passivehelp[] = "enter passive transfer mode"

Definition at line 80 of file cmdtab.c.

◆ porthelp

char porthelp[] = "toggle use of PORT cmd for each data connection"

Definition at line 64 of file cmdtab.c.

◆ prompthelp

char prompthelp[] = "force interactive prompting on multiple commands"

Definition at line 65 of file cmdtab.c.

◆ proxyhelp

char proxyhelp[] = "issue command on alternate connection"

Definition at line 66 of file cmdtab.c.

◆ pwdhelp

char pwdhelp[] = "print working directory on remote machine"

Definition at line 67 of file cmdtab.c.

◆ quithelp

char quithelp[] = "terminate ftp session and exit"

Definition at line 68 of file cmdtab.c.

◆ quotehelp

char quotehelp[] = "send arbitrary ftp command"

Definition at line 69 of file cmdtab.c.

◆ receivehelp

char receivehelp[] = "receive file"

Definition at line 70 of file cmdtab.c.

◆ regethelp

char regethelp[] = "get file restarting at end of local file"

Definition at line 71 of file cmdtab.c.

◆ remotehelp

char remotehelp[] = "get help from remote server"

Definition at line 72 of file cmdtab.c.

◆ renamehelp

char renamehelp[] = "rename file"

Definition at line 73 of file cmdtab.c.

◆ resethelp

char resethelp[] = "clear queued command replies"

Definition at line 78 of file cmdtab.c.

◆ restarthelp

char restarthelp[] = "restart file transfer at bytecount"

Definition at line 74 of file cmdtab.c.

◆ rmdirhelp

char rmdirhelp[] = "remove directory on the remote machine"

Definition at line 75 of file cmdtab.c.

◆ rmtstatushelp

char rmtstatushelp[] ="show status of remote machine"

Definition at line 76 of file cmdtab.c.

◆ runiquehelp

char runiquehelp[] = "toggle store unique for local files"

Definition at line 77 of file cmdtab.c.

◆ sccsid

char sccsid[] = "@(#)cmdtab.c 5.9 (Berkeley) 3/21/89"
static

Definition at line 21 of file cmdtab.c.

◆ sendhelp

char sendhelp[] = "send one file"

Definition at line 79 of file cmdtab.c.

◆ shellhelp

char shellhelp[] = "escape to the shell"

Definition at line 82 of file cmdtab.c.

◆ sitehelp

char sitehelp[] = "send site specific command to remote server\n\t\tTry \"rhelp site\" or \"site help\" for more information"

Definition at line 81 of file cmdtab.c.

◆ sizecmdhelp

char sizecmdhelp[] = "show size of remote file"

Definition at line 83 of file cmdtab.c.

◆ statushelp

char statushelp[] = "show current status"

Definition at line 84 of file cmdtab.c.

◆ structhelp

char structhelp[] = "set file transfer structure"

Definition at line 85 of file cmdtab.c.

◆ suniquehelp

char suniquehelp[] = "toggle store unique on remote machine"

Definition at line 86 of file cmdtab.c.

◆ systemhelp

char systemhelp[] = "show remote system type"

Definition at line 87 of file cmdtab.c.

◆ tenexhelp

char tenexhelp[] = "set tenex file transfer type"

Definition at line 88 of file cmdtab.c.

◆ tracehelp

char tracehelp[] = "toggle packet tracing"

Definition at line 89 of file cmdtab.c.

◆ typehelp

char typehelp[] = "set file transfer type"

Definition at line 90 of file cmdtab.c.

◆ umaskhelp

char umaskhelp[] = "get (set) umask on remote side"

Definition at line 91 of file cmdtab.c.

◆ userhelp

char userhelp[] = "send new user information"

Definition at line 92 of file cmdtab.c.

◆ verbosehelp

char verbosehelp[] = "toggle verbose mode"

Definition at line 93 of file cmdtab.c.