[Pkg-owncloud-commits] [owncloud-doc] 07/27: Backport #1368 to stable7

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 15:57:40 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 a93669ef7c15ef1eeed4510883338f51763ea323
Author: RealRancor <Fisch.666 at gmx.de>
Date:   Tue Jul 28 20:43:31 2015 +0200

    Backport #1368 to stable7
---
 admin_manual/configuration/external_storage_configuration.rst     | 8 ++++++++
 admin_manual/configuration/external_storage_configuration_gui.rst | 4 ++++
 2 files changed, 12 insertions(+)

diff --git a/admin_manual/configuration/external_storage_configuration.rst b/admin_manual/configuration/external_storage_configuration.rst
index 376a8c3..03286f0 100644
--- a/admin_manual/configuration/external_storage_configuration.rst
+++ b/admin_manual/configuration/external_storage_configuration.rst
@@ -182,6 +182,10 @@ Example
 .. note:: A non-blocking or correctly configured SELinux setup is needed
    for this backend to work.
 
+.. note:: The external storage ``FTP/FTPS/SFTP`` needs the ``allow_url_fopen`` PHP
+   setting to be set to ``1``. When having connection problems make sure that it is
+   not set to ``0`` in your ``php.ini``.
+
 SFTP
 ~~~~
 
@@ -214,6 +218,10 @@ Example
 
 .. note:: PHP needs to be build with SFTP support for this backend to work.
 
+.. note:: The external storage ``FTP/FTPS/SFTP`` needs the ``allow_url_fopen`` PHP
+   setting to be set to ``1``. When having connection problems make sure that it is
+   not set to ``0`` in your ``php.ini``.
+
 SMB
 ~~~
 The SMB backend mounts a folder on a remote Samba server, a NAS appliance or
diff --git a/admin_manual/configuration/external_storage_configuration_gui.rst b/admin_manual/configuration/external_storage_configuration_gui.rst
index c7dff8c..43ed335 100644
--- a/admin_manual/configuration/external_storage_configuration_gui.rst
+++ b/admin_manual/configuration/external_storage_configuration_gui.rst
@@ -204,6 +204,10 @@ Connecting to an FTP server requires:
 .. note:: A non-blocking or correctly configured SELinux setup is needed
    for this backend to work.
 
+.. note:: The external storage ``FTP/FTPS/SFTP`` needs the ``allow_url_fopen`` PHP
+   setting to be set to ``1``. When having connection problems make sure that it is
+   not set to ``0`` in your ``php.ini``.
+
 SFTP uses SSH rather than SSL, as FTPS does, so your SFTP sessions are always 
 safely tucked inside an SSH tunnel. To connect an SFTP server you need:
 

-- 
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