diff options
Diffstat (limited to 'docs/cmdline-opts/quote.d')
-rw-r--r-- | docs/cmdline-opts/quote.d | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/cmdline-opts/quote.d b/docs/cmdline-opts/quote.d index 6e4fd08f1..f0e7be7a5 100644 --- a/docs/cmdline-opts/quote.d +++ b/docs/cmdline-opts/quote.d @@ -14,12 +14,13 @@ has changed the working directory, just before the transfer command(s), prefix the command with a '+' (this is only supported for FTP). You may specify any number of commands. -If the server returns failure for one of the commands, the entire operation -will be aborted. You must send syntactically correct FTP commands as RFC 959 -defines to FTP servers, or one of the commands listed below to SFTP servers. +By default curl will stop at first failure. To make curl continue even if the +command fails, prefix the command with an asterisk (*). Otherwise, if the +server returns failure for one of the commands, the entire operation will be +aborted. -Prefix the command with an asterisk (*) to make curl continue even if the -command fails as by default curl will stop at first failure. +You must send syntactically correct FTP commands as RFC 959 defines to FTP +servers, or one of the commands listed below to SFTP servers. This option can be used multiple times. |