SSH: new CURLOPT_QUOTE command "statvfs"

usage: "statvfs path"
returns remote file system statistics
This commit is contained in:
marquis-de-muesli 2016-02-23 23:37:14 +01:00 committed by Daniel Stenberg
parent f9d27e0f8e
commit 39bb73665c
2 changed files with 58 additions and 0 deletions

View file

@ -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,