]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_QUOTE: SFTP supports the '*'-prefix now
authorDaniel Stenberg <daniel@haxx.se>
Fri, 18 Nov 2011 19:27:07 +0000 (20:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Nov 2011 19:27:07 +0000 (20:27 +0100)
docs/libcurl/curl_easy_setopt.3

index 3b86476ea5b11121c84cc15958f59c5185234191..29151802f76295c3392277282bf30985d3c73ccc 100644 (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
 list, and clear the entire list afterwards with
 \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
-asterisk (*) to make libcurl continue even if the command fails as by default
-libcurl will stop at first failure.
+to this option. When speaking to a FTP (or SFTP since 7.24.0) server, prefix
+the command with an asterisk (*) to make libcurl continue even if the command
+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
 mandatory commands).