Alternatives to Dufs

Serve and upload files through a small HTTP and WebDAV server. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as Dufs.

  • miniserve

    Share a file or directory over HTTP from one small command.

    miniserve shares a file or directory over HTTP from one small command with optional authentication, released under the MIT license, but lacks the WebDAV support Dufs offers.

  • SFTPGo

    An SFTP, FTPS, HTTPS and WebDAV server with a web admin interface, backed by local disk or S3, Google Cloud or Azure storage.

    SFTPGo serves SFTP, FTPS, HTTPS and WebDAV with a web admin interface and cloud storage back ends, at the cost of a much larger configuration surface and AGPL licensing.

  • Tiny File Manager

    A single-file PHP web file manager that you drop onto a server to manage files in a browser.

    Tiny File Manager is a single PHP file giving browser-based upload and file management, but it needs a PHP web server.

Similar software

Related functionality, not a direct replacement.