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