Browse Source

guess this isn't useful, wsgidav doesn't function..

tags/ggatessh-v1.0.0
John-Mark Gurney 3 years ago
parent
commit
e1c3f9d200
1 changed files with 0 additions and 15 deletions
  1. +0
    -15
      NOTES.md

+ 0
- 15
NOTES.md View File

@@ -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
```

Loading…
Cancel
Save