Skip to content
Snippets Groups Projects
Commit 658af627 authored by Joas Schilling's avatar Joas Schilling
Browse files

External FTP Storage should request hostname instead of URL

Fix issue #6277
parent 3699728a
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment