Merge pull request #7178 from owncloud/issue/6277

External FTP Storage should request hostname instead of URL
remotes/origin/ldap_group_count
Thomas Müller 11 years ago
commit 30662fa7ac
  1. 2
      apps/files_external/lib/config.php

@ -69,7 +69,7 @@ class OC_Mount_Config {
if(OC_Mount_Config::checkphpftp()) $backends['\OC\Files\Storage\FTP']=array( if(OC_Mount_Config::checkphpftp()) $backends['\OC\Files\Storage\FTP']=array(
'backend' => 'FTP', 'backend' => 'FTP',
'configuration' => array( 'configuration' => array(
'host' => 'URL', 'host' => 'Hostname',
'user' => 'Username', 'user' => 'Username',
'password' => '*Password', 'password' => '*Password',
'root' => '&Root', 'root' => '&Root',

Loading…
Cancel
Save