Modified to new class structure

This commit is contained in:
Henrik Kjölhede 2013-02-09 14:12:17 +01:00
parent 2b4823d62d
commit 81a281a140
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@
set_include_path(get_include_path() . PATH_SEPARATOR . OC_App::getAppPath('files_external') . '/3rdparty/phpseclib/phpseclib');
require('Net/SFTP.php');
class OC_Filestorage_SFTP extends OC_Filestorage_Common {
namespace OC\Files\Storage;
class SFTP extends OC\Files\Storage\Common {
private $host;
private $user;
private $password;