diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-06 08:08:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-06 08:08:13 +0000 |
commit | 570455b21d24d66a759afde139bf9edb48c86cd6 (patch) | |
tree | deaa5ed8db4d3912ef888f143c825d4b9a66d614 /docs | |
parent | dccdf9e66cd2ff0a239318eefb8e16e8687b0ef5 (diff) |
clarify the -Q option a bit better
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 03048cc58..5553bcd34 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -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 file will not be read and used as a config file. .IP "-Q/--quote <comand>" -(FTP) Send an arbitrary command to the remote FTP server, by using the QUOTE -command of the server. Not all servers support this command, and the set of -QUOTE commands are server specific! Quote commands are sent BEFORE the -transfer is taking place. To make commands take place after a successful -transfer, prefix them with a dash '-'. You may specify any amount of commands -to be run before and after the transfer. If the server returns failure for one -of the commands, the entire operation will be aborted. +(FTP) Send an arbitrary command to the remote FTP server. Quote commands are +sent BEFORE the transfer is taking place. To make commands take place after a +successful transfer, prefix them with a dash '-'. You may specify any amount +of commands to be run before and after the transfer. If the server returns +failure for one of the commands, the entire operation will be aborted. You +must send syntactically correct FTP commands as RFC959 defines. This option can be used multiple times. .IP "--random-file <file>" |