sftp: add sftp api for sftpserver

Signed-off-by: tatataeki <shengzeyu19_98@163.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
tatataeki
2022-08-11 10:21:04 +08:00
committed by Jakub Jelen
parent 4d98390678
commit f8bfb5a7a1
4 changed files with 410 additions and 0 deletions

View File

@@ -457,5 +457,10 @@ LIBSSH_4_9_0 # Released
ssh_session_set_disconnect_message;
ssh_userauth_publickey_auto_get_current_identity;
ssh_vlog;
sftp_from_session;
sftp_get_client_message_from_packet;
sftp_process_init_packet;
sftp_decode_channel_data_to_packet;
sftp_reply_statvfs;
} LIBSSH_4_8_1;