diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-04-23 21:43:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-04-23 21:43:01 +0000 |
commit | 0145919a9ec33446f130c3473964ab9f8b4778a6 (patch) | |
tree | ccac4641c6f915d76b939ee9006eb77c11bad58e /docs | |
parent | 2236a247d9bedc6e79c73b47d37a5794300029ce (diff) |
CURLOPT_POSTQUOTE commands only run when no error
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 9de7ab651..0c93e7fa4 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -1078,11 +1078,11 @@ rename, rm, rmdir, symlink (see .BR curl (1)) (SFTP support added in 7.16.3) .IP CURLOPT_POSTQUOTE -Pass a pointer to a linked list of FTP or SFTP commands to pass to the -server after your FTP transfer request. The linked list should be a -fully valid list of struct curl_slist structs properly filled in as -described for \fICURLOPT_QUOTE\fP. Disable this operation again by -setting a NULL to this option. +Pass a pointer to a linked list of FTP or SFTP commands to pass to the server +after your FTP transfer request. The commands will only be run if no error +occurred. The linked list should be a fully valid list of struct curl_slist +structs properly filled in as described for \fICURLOPT_QUOTE\fP. Disable this +operation again by setting a NULL to this option. .IP CURLOPT_PREQUOTE Pass a pointer to a linked list of FTP commands to pass to the server after the transfer type is set. The linked list should be a fully valid list of |