SCP.php
Pure-PHP implementation of SCP.
PHP version 5
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:
login('username', 'password')) {
exit('bad login');
}
$scp = new \phpseclib\Net\SCP($ssh);
$scp->put('abcd', str_repeat('x', 1024*1024));
?>
-
category
-
-
author
-
-
copyright
-
-
license
-
http://www.opensource.org/licenses/mit-license.html MIT License
-
link
-
http://phpseclib.sourceforge.net
Interfaces, Classes and Traits
- SCP
- Pure-PHP implementations of SCP.