silcsftp.html
SILC SFTP Interface Header: silcsftp.h
DESCRIPTION
SILC SFTP Interface is the implementation of the Secure File Transfer
Protocol (or SSH 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, and when used in SILC the SFTP packets are
encapsulated into SILC packets. 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 should create its own SFTP context.
The SILC SFTP library is a generic SFTP implementation and not directly
related to either SILC or SSH. It could be used for any general purpose
SFTP application.
SilcSFTP
SilcSFTPVersion
SilcSFTPStatus
SilcSFTPFileOperation
SilcSFTPAttributes
SilcSFTPName
SilcSFTPHandle
SilcSFTPVersionCallback
SilcSFTPErrorCallback
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
|