Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (14 loc) · 294 Bytes

File metadata and controls

15 lines (14 loc) · 294 Bytes

Server

(Ubuntu)

	easy_install pip
	pip install wsgidav cheroot
	wsgidav --host=0.0.0.0 --port=4498 --root=/tmp --verbose 

Client

Make sure you are on the same network

curl 'http://192.168.1.3:4498/'

Issues

wsgidav fails if there is a file with UTF-8 characters I think