Go to file
Martin/Geno a71a4faa67
add webdav2archive
2019-03-21 17:34:31 +01:00
.ci add webdav2archive 2019-03-21 17:34:31 +01:00
webdav2archive add webdav2archive 2019-03-21 17:34:31 +01:00
.gitlab-ci.yml add webdav2archive 2019-03-21 17:34:31 +01:00
README.md add webdav2archive 2019-03-21 17:34:31 +01:00

README.md

Golang Snippts

Build Status Go Report Card GoDoc

webdav2archive

Download files from webdav server and put them in order structur by mtime

Get Latest Version: Download

Usage of webdav2archive:
  -e string
    	export path on local (default "download")
  -f	delete on download
  -h string
    	address of webdav server (default "https://cloud.sum7.eu/remote.php/webdav/")
  -i string
    	import path from webdave (default "AutoUpload")
  -p string
    	password to auth at webdav server (use environment variable WEBDAV_PASSWORD for security reasen)
  -u string
    	username to auth at webdav server (default "genofire")