Add short description explaining how SFTP ext storage class works.

This commit is contained in:
Andreas Fischer 2014-07-12 13:58:49 +02:00
parent c8024934c0
commit d02604b3fb

View file

@ -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;