~hannes/iori

minimal file archiving solution
Limit WebDAV access to users with granted permissions
Always return on HTTP Error 500

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~hannes/iori
read/write
git@git.sr.ht:~hannes/iori

You can also use your local clone with git send-email.

#Iori

minimal file archiving solution

This is the server-side of this application. If you are searching for a client, have a look at Yukari, the standard client.

#Usage with curl

Upload a new file (or a new version of a file):

curl -u <username>:<password> -X PUT --form file=@/local/path/to/file http://myserver.com:8080/<server>/archive/target/path

Create a new directory:

curl -u <username>:<password> -X MKDIR http://myserver.com:8080/<server>/archive/path/for/new/directory

Move (or rename) a file or directory:

curl -u <username>:<password> -H "Content-Type: plain/text" -X MOVE --data /new/path http://myserver.com:8080/<server>/archive/old/path

#License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License (version 3 only) as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

Do not follow this link