mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:03:31 +03:00
docs: fix grammar
Fixes https://github.com/curl/curl/issues/7444 Fixes https://github.com/curl/curl/issues/7451 Fixes https://github.com/curl/curl/issues/7465 Closes https://github.com/curl/curl/pull/7495
This commit is contained in:
parent
2a4bf88699
commit
4d145346ae
4 changed files with 13 additions and 10 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue