Skip to content

WebDAV Storage Drive

This page describes using another WebDAV service as a storage backend. To let clients access go-drive through WebDAV, see WebDAV Service.

FieldDescription
URLWebDAV root URL, optionally including a remote path prefix
UsernameBasic Auth username; may be empty
PasswordBasic Auth password; may be empty
Cache TTLDirectory-entry cache time; zero or below disables caching

Example: https://dav.example.com/remote.php/dav/files/alice/. The path in the URL becomes the remote root of this Drive.

File copies and moves within the same Drive use WebDAV COPY / MOVE; the operation fails if the remote service does not support it. Directory copies are usually performed recursively by go-drive. HTTPS is recommended to avoid transmitting Basic Auth credentials in plaintext.

Released under the MIT License.