[Pkg-owncloud-commits] [owncloud] 04/59: Add short description explaining how SFTP ext storage class works.
David Prévot
taffit at moszumanska.debian.org
Fri Jul 18 16:19:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit bae4579d60e8d3bde493df9f834ae00df08cecce
Author: Andreas Fischer <bantu at owncloud.com>
Date: Sat Jul 12 13:58:49 2014 +0200
Add short description explaining how SFTP ext storage class works.
---
apps/files_external/lib/sftp.php | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/apps/files_external/lib/sftp.php b/apps/files_external/lib/sftp.php
index 804f418..fc74d5b 100644
--- a/apps/files_external/lib/sftp.php
+++ b/apps/files_external/lib/sftp.php
@@ -7,6 +7,10 @@
*/
namespace OC\Files\Storage;
+/**
+* Uses phpseclib's Net_SFTP class and the Net_SFTP_Stream stream wrapper to
+* provide access to SFTP servers.
+*/
class SFTP extends \OC\Files\Storage\Common {
private $host;
private $user;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list