External FTP Storage should request hostname instead of URL

Fix issue #6277
This commit is contained in:
Joas Schilling 2014-02-12 18:18:09 +01:00
parent 3699728a3a
commit 658af627ce

View file

@ -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',