mirror of
https://github.com/nextcloud/documentation.git
synced 2026-04-04 14:59:00 +07:00
Merge pull request #1368 from RealRancor/allow_url_fopen
FTP/SFTP external storages needs allow_url_fopen.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user