Update apps/files_external/lib/config.php

Adding support for SFTP mounts
remotes/origin/stable5
hkjolhede 13 years ago
parent 180ab42c06
commit 6aded84f10
  1. 10
      apps/files_external/lib/config.php

@ -103,7 +103,15 @@ class OC_Mount_Config {
'user' => 'Username',
'password' => '*Password',
'root' => '&Root',
'secure' => '!Secure https://'));
'secure' => '!Secure https://'));
$backends['OC_Filestorage_SFTP']=array(
'backend' => 'SFTP',
'configuration' => array(
'host' => 'URL',
'user' => 'Username',
'password' => '*Password',
'root' => '&Root'));
return($backends);
}

Loading…
Cancel
Save