Merge pull request #7178 from owncloud/issue/6277
External FTP Storage should request hostname instead of URL
This commit is contained in:
commit
30662fa7ac
|
@ -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…
Reference in New Issue