clarify the -Q option a bit better

This commit is contained in:
Daniel Stenberg 2004-07-06 08:08:13 +00:00
parent dccdf9e66c
commit 570455b21d
1 changed files with 6 additions and 7 deletions

View File

@ -662,13 +662,12 @@ instead of PORT by using \fI--disable-eprt\fP. EPRT is really PORT++.
If used as the first parameter on the command line, the \fI$HOME/.curlrc\fP If used as the first parameter on the command line, the \fI$HOME/.curlrc\fP
file will not be read and used as a config file. file will not be read and used as a config file.
.IP "-Q/--quote <comand>" .IP "-Q/--quote <comand>"
(FTP) Send an arbitrary command to the remote FTP server, by using the QUOTE (FTP) Send an arbitrary command to the remote FTP server. Quote commands are
command of the server. Not all servers support this command, and the set of sent BEFORE the transfer is taking place. To make commands take place after a
QUOTE commands are server specific! Quote commands are sent BEFORE the successful transfer, prefix them with a dash '-'. You may specify any amount
transfer is taking place. To make commands take place after a successful of commands to be run before and after the transfer. If the server returns
transfer, prefix them with a dash '-'. You may specify any amount of commands failure for one of the commands, the entire operation will be aborted. You
to be run before and after the transfer. If the server returns failure for one must send syntactically correct FTP commands as RFC959 defines.
of the commands, the entire operation will be aborted.
This option can be used multiple times. This option can be used multiple times.
.IP "--random-file <file>" .IP "--random-file <file>"