File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,18 @@ You can add your own trusted certificate in android `Settings` > `Encryption and
115115
116116It should work with any DAV compliant server.
117117
118- * Nextcloud / owncloud (full support: preserves file creation timestamps)
119- * nginx (basic support: does not preserve file creation timestamps, no etag support)
120- * apache (basic support: does not preserve file creation timestamps)
121- * mailbox.org (basic support: does not preserve file creation timestamps, no etag support, use
118+ * [ Nextcloud] ( https://nextcloud.com/files/ ) (full support: preserves file creation timestamps)
119+ * [ owncloud] ( https://owncloud.com/ ) (full support: preserves file creation timestamps)
120+ * [ SFTPGo] ( https://github.com/drakkan/sftpgo ) Full-featured and highly configurable SFTP, HTTP/S,
121+ FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob (full support: preserves file
122+ creation timestamps)
123+ * [ apache] ( https://httpd.apache.org/docs/current/fr/mod/mod_dav.html ) (basic support: does not
124+ preserve file creation timestamps)
125+ * [ nginx] ( http://nginx.org/en/docs/http/ngx_http_dav_module.html ) (basic support: does not preserve
126+ file creation timestamps, no etag support)
127+ * [ Mailbox] ( https://mailbox.org/ ) (basic support: does not preserve file creation timestamps, no
128+ etag
129+ support, use
122130 ` https://office.mailbox.org/servlet/webdav.infostore ` as url and
123131 ` /Userstore/<firstname lastname>/Documents ` as remote folder)
124132* [ Hacdias Webdav] ( https://github.com/hacdias/webdav ) A simple and standalone WebDAV server. (basic
You can’t perform that action at this time.
0 commit comments