Documentation

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)); ?>
Tags
category

Net

author

Jim Wigginton terrafrost@php.net

copyright

2010 Jim Wigginton

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.

Search results