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