CURLOPT_QUOTE: SFTP supports the '*'-prefix now

This commit is contained in:
Daniel Stenberg
2011-11-18 20:27:07 +01:00
parent f64812ca63
commit 66617b79d7

View File

@@ -1485,9 +1485,9 @@ fully valid list of 'struct curl_slist' structs properly filled in with text
strings. Use \fIcurl_slist_append(3)\fP to append strings (commands) to the strings. Use \fIcurl_slist_append(3)\fP to append strings (commands) to the
list, and clear the entire list afterwards with list, and clear the entire list afterwards with
\fIcurl_slist_free_all(3)\fP. Disable this operation again by setting a NULL \fIcurl_slist_free_all(3)\fP. Disable this operation again by setting a NULL
to this option. When speaking to a FTP server, prefix the command with an to this option. When speaking to a FTP (or SFTP since 7.24.0) server, prefix
asterisk (*) to make libcurl continue even if the command fails as by default the command with an asterisk (*) to make libcurl continue even if the command
libcurl will stop at first failure. fails as by default libcurl will stop at first failure.
The set of valid FTP commands depends on the server (see RFC959 for a list of The set of valid FTP commands depends on the server (see RFC959 for a list of
mandatory commands). mandatory commands).