Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fruch/davsync
sync local directory into webdav server
https://github.com/fruch/davsync
Last synced: about 1 month ago
JSON representation
sync local directory into webdav server
- Host: GitHub
- URL: https://github.com/fruch/davsync
- Owner: fruch
- License: mit
- Created: 2012-07-02T18:03:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-03T18:32:42.000Z (over 12 years ago)
- Last Synced: 2024-10-08T04:02:11.062Z (about 1 month ago)
- Language: Python
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
davsync
=======sync local directory into webdav server
Running
========
1) edit the config.json2) run those commands
```python
pip install requests
pip install watchdog
davsync
```