From bae4579d60e8d3bde493df9f834ae00df08cecce Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 12 Jul 2014 13:58:49 +0200 Subject: Add short description explaining how SFTP ext storage class works. --- apps/files_external/lib/sftp.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/files_external/lib/sftp.php') diff --git a/apps/files_external/lib/sftp.php b/apps/files_external/lib/sftp.php index 804f418a455..fc74d5b2a90 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; -- cgit v1.2.3