Lines Matching refs:HSTR

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