Merge pull request #1368 from RealRancor/allow_url_fopen

FTP/SFTP external storages needs allow_url_fopen.
This commit is contained in:
Carla Schroder
2015-07-28 11:24:16 -07:00
2 changed files with 12 additions and 0 deletions

View File

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

View File

@@ -198,6 +198,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``.
.. figure:: ../images/external-storage-ftp.png
SFTP uses SSH rather than SSL, as FTPS does, so your SFTP sessions are always