check if file already exists remotely, and rename it accordingly to prevent overwriting
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# SSH host and directory to upload file
|
||||
SSH=user@host.tld:\~/uploads/share
|
||||
# SSH user@host or HostName
|
||||
SSH_HOST=user@host.tld
|
||||
# Absolute path where files shall be stored
|
||||
SSH_PATH=/home/user/uploads/share
|
||||
|
||||
# URL to this directory
|
||||
URL=http://uploads.host.tld/share
|
||||
|
||||
Reference in New Issue
Block a user