diff options
author | James Housley <jim@thehousleys.net> | 2007-07-18 23:21:32 +0000 |
---|---|---|
committer | James Housley <jim@thehousleys.net> | 2007-07-18 23:21:32 +0000 |
commit | 5251c45187279eb0a2915854fb608295d76668ba (patch) | |
tree | bc80a86936460d1ed7de1d3a54b8bc282b2df04d /docs/libcurl | |
parent | d9b5f327bf3346c64cca2cb3c33fed2296aab220 (diff) |
SFTP also supports PWD
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index ed6ccb855..0a64c1bef 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -848,7 +848,7 @@ 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) +rename, rm, rmdir, symlink, PWD. (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 |