Skip to content

Commit

Permalink
Now using SFTP stream wrapper from phpseclib
Browse files Browse the repository at this point in the history
- Upgraded phpseclib to master version (post 0.3.5)
- Now using fopen() on sftp URL for both read and write
- Fixes #4063
  • Loading branch information
Vincent Petry committed Nov 20, 2013
1 parent a88aec8 commit 993ccc4
Show file tree
Hide file tree
Showing 25 changed files with 9,724 additions and 4,745 deletions.
4 changes: 3 additions & 1 deletion apps/files_external/3rdparty/phpseclib/AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
phpseclib Lead Developer: TerraFrost (Jim Wigginton)

phpseclib Developers: monnerat (Patrick Monnerat)
phpseclib Developers: monnerat (Patrick Monnerat)
bantu (Andreas Fischer)
petrich (Hans-Jürgen Petrich)
4 changes: 2 additions & 2 deletions apps/files_external/3rdparty/phpseclib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

MIT-licensed pure-PHP implementations of an arbitrary-precision integer
arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael,
AES, SSH-1, SSH-2, SFTP, and X.509
AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509

* [Download (0.3.1)](http://sourceforge.net/projects/phpseclib/files/phpseclib0.3.1.zip/download)
* [Download (0.3.5)](http://sourceforge.net/projects/phpseclib/files/phpseclib0.3.5.zip/download)
* [Browse Git](https://github.com/phpseclib/phpseclib)
* [Documentation](http://phpseclib.sourceforge.net/)
* [Support](http://www.frostjedi.com/phpbb/viewforum.php?f=46)
Expand Down
8 changes: 8 additions & 0 deletions apps/files_external/3rdparty/phpseclib/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
"File": "phpseclib/",
"Math": "phpseclib/",
"Net": "phpseclib/"
},
"files": [
"phpseclib/Crypt/Random.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
}
}
}
Loading

0 comments on commit 993ccc4

Please sign in to comment.