Symbol: HSTR
usr.bin/ftp/cmdtab.c
100
HSTR formhelp[] = "set file transfer format";
usr.bin/ftp/cmdtab.c
101
HSTR gatehelp[] = "toggle gate-ftp; specify host[:port] to change proxy";
usr.bin/ftp/cmdtab.c
102
HSTR globhelp[] = "toggle metacharacter expansion of local file names";
usr.bin/ftp/cmdtab.c
103
HSTR hashhelp[] = "toggle printing `#' marks; specify number to set size";
usr.bin/ftp/cmdtab.c
104
HSTR helphelp[] = "print local help information";
usr.bin/ftp/cmdtab.c
105
HSTR idlehelp[] = "get (set) idle timer on remote side";
usr.bin/ftp/cmdtab.c
106
HSTR lcdhelp[] = "change local working directory";
usr.bin/ftp/cmdtab.c
107
HSTR lpagehelp[] = "view a local file through your pager";
usr.bin/ftp/cmdtab.c
108
HSTR lpwdhelp[] = "print local working directory";
usr.bin/ftp/cmdtab.c
109
HSTR lshelp[] = "list contents of remote path";
usr.bin/ftp/cmdtab.c
110
HSTR macdefhelp[] = "define a macro";
usr.bin/ftp/cmdtab.c
111
HSTR mdeletehelp[] = "delete multiple files";
usr.bin/ftp/cmdtab.c
112
HSTR mgethelp[] = "get multiple files";
usr.bin/ftp/cmdtab.c
113
HSTR mregethelp[] = "get multiple files restarting at end of local file";
usr.bin/ftp/cmdtab.c
114
HSTR fgethelp[] = "get files using a localfile as a source of names";
usr.bin/ftp/cmdtab.c
115
HSTR mkdirhelp[] = "make directory on the remote machine";
usr.bin/ftp/cmdtab.c
116
HSTR mlshelp[] = "list contents of multiple remote directories";
usr.bin/ftp/cmdtab.c
117
HSTR mlsdhelp[] = "list contents of remote directory in a machine "
usr.bin/ftp/cmdtab.c
119
HSTR mlsthelp[] = "list remote path in a machine parsable form";
usr.bin/ftp/cmdtab.c
120
HSTR modehelp[] = "set file transfer mode";
usr.bin/ftp/cmdtab.c
121
HSTR modtimehelp[] = "show last modification time of remote file";
usr.bin/ftp/cmdtab.c
122
HSTR mputhelp[] = "send multiple files";
usr.bin/ftp/cmdtab.c
123
HSTR newerhelp[] = "get file if remote file is newer than local file ";
usr.bin/ftp/cmdtab.c
124
HSTR nmaphelp[] = "set templates for default file name mapping";
usr.bin/ftp/cmdtab.c
125
HSTR ntranshelp[] = "set translation table for default file name mapping";
usr.bin/ftp/cmdtab.c
126
HSTR optshelp[] = "show or set options for remote commands";
usr.bin/ftp/cmdtab.c
127
HSTR pagehelp[] = "view a remote file through your pager";
usr.bin/ftp/cmdtab.c
128
HSTR passivehelp[] = "toggle use of passive transfer mode";
usr.bin/ftp/cmdtab.c
129
HSTR plshelp[] = "list contents of remote path through your pager";
usr.bin/ftp/cmdtab.c
130
HSTR pmlsdhelp[] = "list contents of remote directory in a machine "
usr.bin/ftp/cmdtab.c
132
HSTR porthelp[] = "toggle use of PORT/LPRT cmd for each data connection";
usr.bin/ftp/cmdtab.c
133
HSTR preservehelp[] ="toggle preservation of modification time of "
usr.bin/ftp/cmdtab.c
135
HSTR progresshelp[] ="toggle transfer progress meter";
usr.bin/ftp/cmdtab.c
136
HSTR prompthelp[] = "force interactive prompting on multiple commands";
usr.bin/ftp/cmdtab.c
137
HSTR proxyhelp[] = "issue command on alternate connection";
usr.bin/ftp/cmdtab.c
138
HSTR pwdhelp[] = "print working directory on remote machine";
usr.bin/ftp/cmdtab.c
139
HSTR quithelp[] = "terminate ftp session and exit";
usr.bin/ftp/cmdtab.c
140
HSTR quotehelp[] = "send arbitrary ftp command";
usr.bin/ftp/cmdtab.c
141
HSTR ratehelp[] = "set transfer rate limit (in bytes/second)";
usr.bin/ftp/cmdtab.c
142
HSTR receivehelp[] = "receive file";
usr.bin/ftp/cmdtab.c
143
HSTR regethelp[] = "get file restarting at end of local file";
usr.bin/ftp/cmdtab.c
144
HSTR remotehelp[] = "get help from remote server";
usr.bin/ftp/cmdtab.c
145
HSTR renamehelp[] = "rename file";
usr.bin/ftp/cmdtab.c
146
HSTR resethelp[] = "clear queued command replies";
usr.bin/ftp/cmdtab.c
147
HSTR restarthelp[]= "restart file transfer at bytecount";
usr.bin/ftp/cmdtab.c
148
HSTR rmdirhelp[] = "remove directory on the remote machine";
usr.bin/ftp/cmdtab.c
149
HSTR rmtstatushelp[]="show status of remote machine";
usr.bin/ftp/cmdtab.c
150
HSTR runiquehelp[] = "toggle store unique for local files";
usr.bin/ftp/cmdtab.c
151
HSTR sendhelp[] = "send one file";
usr.bin/ftp/cmdtab.c
152
HSTR sethelp[] = "set or display options";
usr.bin/ftp/cmdtab.c
153
HSTR shellhelp[] = "escape to the shell";
usr.bin/ftp/cmdtab.c
154
HSTR sitehelp[] = "send site specific command to remote server\n"
usr.bin/ftp/cmdtab.c
157
HSTR sizecmdhelp[] = "show size of remote file";
usr.bin/ftp/cmdtab.c
158
HSTR statushelp[] = "show current status";
usr.bin/ftp/cmdtab.c
159
HSTR structhelp[] = "set file transfer structure";
usr.bin/ftp/cmdtab.c
160
HSTR suniquehelp[] = "toggle store unique on remote machine";
usr.bin/ftp/cmdtab.c
161
HSTR systemhelp[] = "show remote system type";
usr.bin/ftp/cmdtab.c
162
HSTR tenexhelp[] = "set tenex file transfer type";
usr.bin/ftp/cmdtab.c
163
HSTR tracehelp[] = "toggle packet tracing";
usr.bin/ftp/cmdtab.c
164
HSTR typehelp[] = "set file transfer type";
usr.bin/ftp/cmdtab.c
165
HSTR umaskhelp[] = "get (set) umask on remote side";
usr.bin/ftp/cmdtab.c
166
HSTR unsethelp[] = "unset an option";
usr.bin/ftp/cmdtab.c
167
HSTR usagehelp[] = "show command usage";
usr.bin/ftp/cmdtab.c
168
HSTR userhelp[] = "send new user information";
usr.bin/ftp/cmdtab.c
169
HSTR verbosehelp[] = "toggle verbose mode";
usr.bin/ftp/cmdtab.c
170
HSTR xferbufhelp[] = "set socket send/receive buffer size";
usr.bin/ftp/cmdtab.c
173
HSTR empty[] = "";
usr.bin/ftp/cmdtab.c
80
HSTR accounthelp[] = "send account command to remote server";
usr.bin/ftp/cmdtab.c
81
HSTR appendhelp[] = "append to a file";
usr.bin/ftp/cmdtab.c
82
HSTR asciihelp[] = "set ascii transfer type";
usr.bin/ftp/cmdtab.c
83
HSTR beephelp[] = "beep when command completed";
usr.bin/ftp/cmdtab.c
84
HSTR binaryhelp[] = "set binary transfer type";
usr.bin/ftp/cmdtab.c
85
HSTR casehelp[] = "toggle mget upper/lower case id mapping";
usr.bin/ftp/cmdtab.c
86
HSTR cdhelp[] = "change remote working directory";
usr.bin/ftp/cmdtab.c
87
HSTR cduphelp[] = "change remote working directory to parent directory";
usr.bin/ftp/cmdtab.c
88
HSTR chmodhelp[] = "change file permissions of remote file";
usr.bin/ftp/cmdtab.c
89
HSTR connecthelp[] = "connect to remote ftp server";
usr.bin/ftp/cmdtab.c
90
HSTR crhelp[] = "toggle carriage return stripping on ascii gets";
usr.bin/ftp/cmdtab.c
91
HSTR debughelp[] = "toggle/set debugging mode";
usr.bin/ftp/cmdtab.c
92
HSTR deletehelp[] = "delete remote file";
usr.bin/ftp/cmdtab.c
93
HSTR disconhelp[] = "terminate ftp session";
usr.bin/ftp/cmdtab.c
94
HSTR domachelp[] = "execute macro";
usr.bin/ftp/cmdtab.c
95
HSTR edithelp[] = "toggle command line editing";
usr.bin/ftp/cmdtab.c
96
HSTR epsvhelp[] = "toggle use of EPSV/EPRT on both IPv4 and IPV6 ftp";
usr.bin/ftp/cmdtab.c
97
HSTR epsv4help[] = "toggle use of EPSV/EPRT on IPv4 ftp";
usr.bin/ftp/cmdtab.c
98
HSTR epsv6help[] = "toggle use of EPSV/EPRT on IPv6 ftp";
usr.bin/ftp/cmdtab.c
99
HSTR feathelp[] = "show FEATures supported by remote system";