interactive user/password query & some better error handling
This commit is contained in:
+6
-5
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user