mirror of
https://github.com/curl/curl.git
synced 2026-08-26 23:04:24 +03:00
CURLOPT_PREQUOTE.3: only works for FTP file transfers, not dirs
Also add to quote.d. Add to TODO as something to add in a future. Reported-by: anon00000000 on github Closes #8602 Closes #8648
This commit is contained in:
parent
46f8aba086
commit
89e6129e5a
3 changed files with 19 additions and 5 deletions
|
|
@ -11,10 +11,13 @@ See-also: request
|
|||
Send an arbitrary command to the remote FTP or SFTP server. Quote commands are
|
||||
sent BEFORE the transfer takes place (just after the initial PWD command in an
|
||||
FTP transfer, to be exact). To make commands take place after a successful
|
||||
transfer, prefix them with a dash '-'. To make commands be sent after curl
|
||||
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.
|
||||
transfer, prefix them with a dash '-'.
|
||||
|
||||
(FTP only) To make commands be sent after curl has changed the working
|
||||
directory, just before the file transfer command(s), prefix the command with a
|
||||
'+'. This is not performed when a directory listing is performed.
|
||||
|
||||
You may specify any number of commands.
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue