This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ggate
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
guess this isn't useful, wsgidav doesn't function..
tags/ggatessh-v1.0.0
John-Mark Gurney
4 years ago
parent
e0703efbd3
commit
e1c3f9d200
1 changed files
with
0 additions
and
15 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
```
Write
Preview
Loading…
Cancel
Save