External FTP Storage should request hostname instead of URL

Fix issue #6277
remotes/origin/ldap_group_count
Joas Schilling 11 years ago
parent 3699728a3a
commit 658af627ce
  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(
'backend' => 'FTP',
'configuration' => array(
'host' => 'URL',
'host' => 'Hostname',
'user' => 'Username',
'password' => '*Password',
'root' => '&Root',

Loading…
Cancel
Save