mirror of
https://github.com/moparisthebest/curl
synced 2025-01-09 13:08:00 -05:00
SFTP also supports PWD
This commit is contained in:
parent
d9b5f327bf
commit
5251c45187
@ -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
|
afterwards with \fIcurl_slist_free_all(3)\fP. Disable this operation
|
||||||
again by setting a NULL to this option.
|
again by setting a NULL to this option.
|
||||||
The valid SFTP commands are: chgrp, chmod, chown, ln, mkdir,
|
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
|
.IP CURLOPT_POSTQUOTE
|
||||||
Pass a pointer to a linked list of FTP or SFTP commands to pass to the
|
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
|
server after your ftp transfer request. The linked list should be a
|
||||||
|
Loading…
Reference in New Issue
Block a user