interactive user/password query & some better error handling

This commit is contained in:
lm
2021-11-09 13:18:00 +01:00
parent 319c48b816
commit bb15567abb
3 changed files with 41 additions and 16 deletions
+6 -5
View File
@@ -1,10 +1,11 @@
[Connection]
host = "myexamplecloud.com"
host = "https://myexamplecloud.com" # Hostname on which the own/nextloud instance resides
[Auth]
user = "exampleuser"
password = "examplepassword"
user = "exampleuser" # User whom has access to the own/nextcloud instance [Can be empty]
password = "examplepassword" # Password corresponding to the user [Can be empty]
[Other]
savepath = "Zips/"
zippw = ""
uploaddir = 'C:\Users\exampleuser\Pictures' # Path to the dir u want to upload
savepath = 'Zips/' # Path on own/nextcloud where u want to save the zip
zippw = "" # Password to the zipfile [Can be empty for no password]