This website requires JavaScript.
Explore
Help
Register
Sign In
octoleo
/
phpseclib
Watch
1
Star
0
Fork
0
You've already forked phpseclib
mirror of
https://github.com/phpseclib/phpseclib.git
synced
2025-01-23 23:28:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
phpseclib
/
tests
/
Functional
/
Net
History
andrey012
16430d4d2e
support for callback function for SFTP::put function - in order to pipe data directly to remote server without putting it into file or keeping in memory. This can be useful particularly for dumping big databases directly to remote server.
2015-04-15 03:29:01 +03:00
..
SCPSSH2UserStoryTest.php
Allow SCP test to run on 5.2 by not depending on GMP, but also allowing bcmath.
2014-12-12 11:59:51 +01:00
SFTPLargeFileTest.php
Properly skip SFTPLargeFileTest when environment variables not defined.
2014-12-12 19:38:04 +01:00
SFTPUserStoryTest.php
support for callback function for SFTP::put function - in order to pipe data directly to remote server without putting it into file or keeping in memory. This can be useful particularly for dumping big databases directly to remote server.
2015-04-15 03:29:01 +03:00
SSH2AgentTest.php
removed stopSSHForwarding
2015-02-05 13:19:57 +08:00
SSH2Test.php
Reenable SSH Functional Tests on Travis CI (PHP 5.3.3 and below).
2015-01-28 13:37:21 +01:00