SFTP
From Libssh2
The Secure FTP subsystem is a file transfer protocol layer which sits on top of the connection layer.
In addition to the regular libssh2.h header required by all other API functions. SFTP support requires the inclusion of the libssh2_sftp.h header as well. Before using the SFTP functions it is necessary to create/startup/authenticate a transport-layer connection (which will be pased to libssh2_sftp_init).
[edit]
Function Reference
- Protocol startup and shutdown
- File/Directory Access
- File/Directory Manipulation
