Merge pull request #967 from owncloud/ftpfix

how to configure FTP port number on external storage
This commit is contained in:
Carla Schroder 2015-03-19 12:34:51 -07:00
commit bffe5fe732
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,4 @@
=================================================
Configuring External Storage (Configuration File)
=================================================
@ -134,7 +135,7 @@ filesystem and is part of the External storage support app, the class
to be used is **\\OC\\Files\\Storage\\FTP**\ and takes the following
options:
- **host**: the hostname of the ftp server
- **host**: the hostname of the ftp server, and optionally the port number
- **user**: the username used to login on the ftp server
- **password**: the password to login on the ftp server
- **secure**: whether to use ftps:// (FTP over TLS) to connect to the ftp
@ -150,7 +151,7 @@ Example
{ "class":"\\OC\\Files\\Storage\\FTP",
"options":{
"host":"ftp.myhost.com",
"host":"ftp.myhost.com:21",
"user":"johndoe",
"password":"secret",
"root":"\/Videos",

View File

@ -1,3 +1,4 @@
==================================
Configuring External Storage (GUI)
==================================
@ -166,7 +167,7 @@ FTP/FTPS/SFTP
Connecting to an FTP server requires:
* Whatever name you want for your local mountpoint.
* The URL of your FTP server.
* The URL of your FTP server, and optionally the port number.
* FTP server username and password.
* Remote Subfolder, the FTP directory to mount in ownCloud. ownCloud defaults to the root
directory. When you specify a different directory you must leave off the

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 20 KiB