WebDAV Clients @ stwoo.net

A-SWDAV speaks standard WebDAV: OPTIONS PROPFIND PROPPATCH GET HEAD PUT DELETE MKCOL COPY MOVE LOCK UNLOCK. Any DAV client should work; here's the common ones.

Windows File Explorer

Map Network Drive → enter \\<device-ip>@<port>\DavWWWRoot (e.g. \\192.168.1.100@8080\DavWWWRoot). For HTTPS use @SSL@<port> instead of @<port>.

macOS Finder

Go → Connect to Server… → enter http://<device-ip>:<port> (or https:// if SSL is enabled). Enter your A-SWDAV username/password when prompted.

Linux

Android

Apps like Solid Explorer or RCX: add a new WebDAV connection, host = device IP, port as configured, credentials from A-SWDAV's user settings.

Authentication

A-SWDAV uses HTTP Basic Auth. If you disabled auth in Settings, any client connects without credentials — only do this on a trusted network.

HTTPS / self-signed certificate

If you enabled HTTPS, the server uses a self-signed certificate. Most clients will prompt to trust it on first connect — accept it. To rotate the certificate, use Regenerate SSL Certificate in Settings (existing clients will need to re-accept the new cert).