Skip to content
Snippets Groups Projects
Commit 980c197f authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #1594 from hkjolhede/master

Corrected namespace path for files_external SFTP backend
parents bc2bfea3 513bf0b9
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ class OC_Mount_Config { ...@@ -105,7 +105,7 @@ class OC_Mount_Config {
'root' => '&Root', 'root' => '&Root',
'secure' => '!Secure https://')); 'secure' => '!Secure https://'));
$backends['OC_Filestorage_SFTP']=array( $backends['\OC\Files\Storage\SFTP']=array(
'backend' => 'SFTP', 'backend' => 'SFTP',
'configuration' => array( 'configuration' => array(
'host' => 'URL', 'host' => 'URL',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment