Skip to content

Commit bcdab1d

Browse files
committed
Add sftpGo
1 parent f0ca847 commit bcdab1d

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

readme.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,18 @@ You can add your own trusted certificate in android `Settings` > `Encryption and
115115

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

0 commit comments

Comments
 (0)