Add short description explaining how SFTP ext storage class works.
This commit is contained in:
parent
c8024934c0
commit
d02604b3fb
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue