Last updated: 24 Mar 26 11:37:44 (UTC)
Serving encrypted files over webdav
Summary Table
| Protocol | Command | Purpose |
|---|---|---|
| HTTP | rclone serve http |
Simple file server |
| WebDAV | rclone serve webdav |
Best for mounting & editing |
| SFTP | rclone serve sftp |
SSH‑style file access |
| FTP | rclone serve ftp |
Legacy FTP access |
| DLNA | rclone serve dlna |
Media streaming |
| REST API | rclone rcd |
Remote control & automation |
🔐 Want HTTPS?
As we discussed earlier, rclone does not provide TLS. To add HTTPS, you put a reverse proxy in front:
-
Caddy (automatic HTTPS, easiest)