python3 -m pip install wsgidav cheroot lxml
python3 -m wsgidav.server.server_cli -p60020 --root=/ --auth=anonymous -Hlocalhost
Place next snippet to ~/.ssh/config. If this file doesn't exist: create it
Host webdav_server
HostName 192.168.1.55 # ip of server
User user
LocalForward 60020 localhost:60020 # port which will be forwarded from server to client
ssh webdav_server -N
- Open File Explorer :
Win+E - Right click on
This PC->Map Network Drive - Select drive letter
- Enter:
http://localhost:60020In theFolder:
TBD: I don't need webdav for linux, there is sshfs