[Pkg-owncloud-commits] [owncloud-doc] 04/71: Add instructions for configuring FTP port in external storage
David Prévot
taffit at moszumanska.debian.org
Sun May 31 01:58:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit 3b1d3032ddecdd3b12aad846f493f909847a10cb
Author: Carla Schroder <carla at owncloud.com>
Date: Thu Mar 19 12:46:18 2015 -0700
Add instructions for configuring FTP port in external storage
---
.../external_storage_configuration.rst | 6 +++---
.../external_storage_configuration_gui.rst | 6 +++---
admin_manual/images/external-storage-ftp.png | Bin 10805 -> 20913 bytes
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/admin_manual/configuration/external_storage_configuration.rst b/admin_manual/configuration/external_storage_configuration.rst
index 2a34d05..b141f33 100644
--- a/admin_manual/configuration/external_storage_configuration.rst
+++ b/admin_manual/configuration/external_storage_configuration.rst
@@ -135,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
@@ -151,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",
@@ -455,4 +455,4 @@ always accessible to the ownCloud instance.
.. _Amazon S3: http://aws.amazon.com/de/s3/
.. _Dropbox: https://www.dropbox.com/
.. _Google Drive: https://drive.google.com/start
-.. _OpenStack Swift: http://openstack.org/projects/storage/
+.. _OpenStack Swift: http://openstack.org/projects/storage/
\ No newline at end of file
diff --git a/admin_manual/configuration/external_storage_configuration_gui.rst b/admin_manual/configuration/external_storage_configuration_gui.rst
index f90b6f9..e748c1d 100644
--- a/admin_manual/configuration/external_storage_configuration_gui.rst
+++ b/admin_manual/configuration/external_storage_configuration_gui.rst
@@ -1,3 +1,4 @@
+==================================
Configuring External Storage (GUI)
==================================
@@ -170,7 +171,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.
* The FTP directory to mount in ownCloud. ownCloud defaults to the root
directory. When you specify a different directory you must leave off the
@@ -348,5 +349,4 @@ Although configuration may be done by making modifications to the
``mount.json`` file, it is recommended to use the Web-GUI in the administrator
panel (as described in the above section) to add, remove, or modify mount
options to prevent any problems. See :doc:`external_storage_configuration` for
-configuration examples.
-
+configuration examples.
\ No newline at end of file
diff --git a/admin_manual/images/external-storage-ftp.png b/admin_manual/images/external-storage-ftp.png
index 7c73b33..2e0c88b 100644
Binary files a/admin_manual/images/external-storage-ftp.png and b/admin_manual/images/external-storage-ftp.png differ
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list