summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
diff options
context:
space:
mode:
authorhkjolhede <hkjolhede@gmail.com>2012-12-26 18:00:04 +0100
committerhkjolhede <hkjolhede@gmail.com>2012-12-26 18:00:04 +0100
commit180ab42c063d3e0e36e00a82ef7a383b45630c11 (patch)
treeda8c4a8149c898e32811e2fbad216fda800d547f /apps/files_external/appinfo
parent08156cc57f8d96a923989c5a0263455631299577 (diff)
downloadnextcloud-server-180ab42c063d3e0e36e00a82ef7a383b45630c11.tar.gz
nextcloud-server-180ab42c063d3e0e36e00a82ef7a383b45630c11.zip
Update apps/files_external/appinfo/app.php
Adding support for SFTP
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r--apps/files_external/appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php
index 837d35c9c63..cafd0637b8c 100644
--- a/apps/files_external/appinfo/app.php
+++ b/apps/files_external/appinfo/app.php
@@ -14,6 +14,7 @@ OC::$CLASSPATH['OC_Filestorage_SWIFT']='apps/files_external/lib/swift.php';
OC::$CLASSPATH['OC_Filestorage_SMB']='apps/files_external/lib/smb.php';
OC::$CLASSPATH['OC_Filestorage_AmazonS3']='apps/files_external/lib/amazons3.php';
OC::$CLASSPATH['OC_Filestorage_Dropbox']='apps/files_external/lib/dropbox.php';
+OC::$CLASSPATH['OC_Filestorage_SFTP']='apps/files_external/lib/sftp.php';
OC::$CLASSPATH['OC_Mount_Config']='apps/files_external/lib/config.php';
OCP\App::registerAdmin('files_external', 'settings');