mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #969 from RealRancor/ftp_selinux
SELinux can break external FTP connections
This commit is contained in:
commit
b2cd2cacc3
@ -162,6 +162,9 @@ Example
|
||||
|
||||
.. note:: PHP needs to be build with FTP support for this backend to work.
|
||||
|
||||
.. note:: A non-blocking or correctly configured SELinux setup is needed
|
||||
for this backend to work.
|
||||
|
||||
SFTP
|
||||
~~~~
|
||||
|
||||
|
||||
@ -177,7 +177,10 @@ Connecting to an FTP server requires:
|
||||
FTP session with SSL/TLS over ``ftps://`` (Your FTP server must be
|
||||
configured to support ``ftps://``)
|
||||
* Enter the ownCloud users or groups who are allowed to access the share.
|
||||
|
||||
|
||||
.. note:: A non-blocking or correctly configured SELinux setup is needed
|
||||
for this backend to work.
|
||||
|
||||
.. figure:: ../images/external-storage-ftp.png
|
||||
|
||||
SFTP uses SSH rather than SSL, as FTPS does, so your SFTP sessions are always
|
||||
|
||||
Loading…
Reference in New Issue
Block a user