SFTP.php
Pure-PHP implementation of SFTP.
PHP version 5
Currently only supports SFTPv2 and v3, which, according to wikipedia.org, "is the most widely used version, implemented by the popular OpenSSH SFTP server". If you want SFTPv4/5/6 support, provide me with access to an SFTPv4/5/6 server.
The API for this library is modeled after the API from PHP's FTP extension.
Here's a short example of how to use this library:
Tags
Table of Contents
Classes
- SFTP
- Pure-PHP implementations of SFTP.
Constants
- NET_SFTP_QUEUE_SIZE = 32
- NET_SFTP_UPLOAD_QUEUE_SIZE = 1024
Constants
NET_SFTP_QUEUE_SIZE
public
mixed
NET_SFTP_QUEUE_SIZE
= 32
NET_SFTP_UPLOAD_QUEUE_SIZE
public
mixed
NET_SFTP_UPLOAD_QUEUE_SIZE
= 1024