mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
SSH: support CURLINFO_FILETIME
This commit is contained in:
parent
e32644851a
commit
f9d27e0f8e
2 changed files with 36 additions and 3 deletions
|
|
@ -66,6 +66,8 @@ typedef enum {
|
|||
SSH_SFTP_QUOTE_RENAME,
|
||||
SSH_SFTP_QUOTE_RMDIR,
|
||||
SSH_SFTP_QUOTE_UNLINK,
|
||||
SSH_SFTP_GETINFO,
|
||||
SSH_SFTP_FILETIME,
|
||||
SSH_SFTP_TRANS_INIT,
|
||||
SSH_SFTP_UPLOAD_INIT,
|
||||
SSH_SFTP_CREATE_DIRS_INIT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue