diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-07-18 22:23:07 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-07-18 22:23:07 +0000 |
commit | d9b5f327bf3346c64cca2cb3c33fed2296aab220 (patch) | |
tree | 7bd5f6c261f1961f4a082041999cb56a4db8b3d4 /docs/libcurl | |
parent | ca1356702a64ee4c80a076d74c84f649b425644a (diff) |
Added the list of sftp quote commands.
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 648874060..ed6ccb855 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -847,6 +847,8 @@ 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. +The valid SFTP commands are: chgrp, chmod, chown, ln, mkdir, +rename, rm, rmdir, symlink. (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 |