mirror of
https://github.com/curl/curl.git
synced 2026-07-28 23:03:12 +03:00
SSH: new CURLOPT_QUOTE command "statvfs"
usage: "statvfs path" returns remote file system statistics
This commit is contained in:
parent
f9d27e0f8e
commit
39bb73665c
2 changed files with 58 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ typedef enum {
|
|||
SSH_SFTP_QUOTE_RENAME,
|
||||
SSH_SFTP_QUOTE_RMDIR,
|
||||
SSH_SFTP_QUOTE_UNLINK,
|
||||
SSH_SFTP_QUOTE_STATVFS,
|
||||
SSH_SFTP_GETINFO,
|
||||
SSH_SFTP_FILETIME,
|
||||
SSH_SFTP_TRANS_INIT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue