silcsftp.html
SILC SFTP Interface Header: silcsftp.h
DESCRIPTION
SILC SFTP Interface is the implementation of the Secure File Transfer
Protocol. The interface defines the SFTP client and the SFTP server.
The SFTP is the mandatory file transfer protocol in the SILC protocol.
The SFTP server implementation is filesystem independent and generic
interface is defined to represent filesystem access.
The SilcSFTP context is the actual SFTP client or SFTP server, and
each SFTP session (associated to a socket connection) must create
own SFTP context.
SilcSFTP
SilcSFTPVersion
SilcSFTPStatus
SilcSFTPFileOperation
SilcSFTPAttributes
SilcSFTPName
SilcSFTPHandle
SilcSFTPSendPacketCallback
SilcSFTPVersionCallback
SilcSFTPStatusCallback
SilcSFTPHandleCallback
SilcSFTPDataCallback
SilcSFTPNameCallback
SilcSFTPAttrCallback
SilcSFTPExtendedCallback
silc_sftp_client_start
silc_sftp_client_shutdown
silc_sftp_open
silc_sftp_close
silc_sftp_read
silc_sftp_write
silc_sftp_remove
silc_sftp_rename
silc_sftp_mkdir
silc_sftp_rmdir
silc_sftp_opendir
silc_sftp_readdir
silc_sftp_stat
silc_sftp_lstat
silc_sftp_fstat
silc_sftp_setstat
silc_sftp_fsetstat
silc_sftp_readlink
silc_sftp_symlink
silc_sftp_realpath
silc_sftp_extended
silc_sftp_server_start
silc_sftp_server_shutdown
SilcSFTPMonitors
SilcSFTPMonitorData
SilcSFTPMonitor
silc_sftp_server_set_monitor
|