From e1c3f9d200f3be006455ff9af3cc9c681d1f1494 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 12 Oct 2020 19:28:44 +0000 Subject: [PATCH] guess this isn't useful, wsgidav doesn't function.. --- NOTES.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 NOTES.md diff --git a/NOTES.md b/NOTES.md deleted file mode 100644 index 9c92c56..0000000 --- a/NOTES.md +++ /dev/null @@ -1,15 +0,0 @@ -Testing -======= - -Any WebDAV server should be fine. Any easy one to use is the wsgidav -Python server. - -Simple setup: -``` -$ virtualenv-3.7 p -$ . ./p/bin/activate -$ pip install wsgidav cheroot -$ mkdir data -$ truncate -s 1G data/somefile -$ wsgidav --auth anonymous --host=0.0.0.0 --port=5555 --root=data -```