Skip to content

WebDAV server for SSH. Similar to sshfs but does not require proprietary MacFUSE on macOS

License

Notifications You must be signed in to change notification settings

jandubois/sshwebdav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sshwebdav: WebDAV server for SSH

sshwebdav provides a WebDAV server for a remote SSH host.

sshwebdav is similar to sshfs but does not require proprietary MacFUSE on macOS.

sshwebdav is planned to be integrated into Lima, for exposing Linux (guest) filesystem to macOS (host).

Install

make
make install

Usage

sshwebdav ssh://[email protected]:22/home/foo http://127.0.0.1:8080/

Open Go menu of macOS Finder, choose Connect to Server, and connect to http://127.0.0.1:8080 .

Current limitations:

  • No support for write operations
  • No support for HTTP auth
  • No support for HTTPS, so make sure to serve only for 127.0.0.1

About

WebDAV server for SSH. Similar to sshfs but does not require proprietary MacFUSE on macOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.5%
  • Makefile 11.5%