Search found 4 matches

by Rocky
01 Feb 2020, 15:06
Forum: Help
Topic: Rename after upload
Replies: 0
Views: 222

Rename after upload

I'm using FreeFileSync (FFS) to upload some files using ftps to some web server. Some process on the web server will immediately grab those files for further processing but somehow it must be sure that file is completely uploaded Simplest strategy would be if FFS upload with name prefixed with a til...
by Rocky
17 Dec 2019, 19:41
Forum: Help
Topic: Protecting the settings
Replies: 0
Views: 131

Protecting the settings

I'm setting up a small project using freefilesync to upload files with FTP and explicit TLS/TLS i don,t want the user to ask for the password. (OK) I don,t want the user to know / view the password. Now anyone who open the gui can view the password used for the FTP account. Is there a way to hide th...
by Rocky
12 Dec 2019, 02:19
Forum: Help
Topic: Action after succesful uploading
Replies: 2
Views: 255

Re: Action after succesful uploading

Thanks, I see now. There are options to run a command on completion, on success, or on error. Also, if one runs freefilesync from a command line, it returns a different exit code according to status. Finally, one may look in the log file to get the exact file names that were copied with success, and...
by Rocky
11 Dec 2019, 16:21
Forum: Help
Topic: Action after succesful uploading
Replies: 2
Views: 255

Action after succesful uploading

Context: local folder contains many files which are uploaded to ftps

Once an item of the local folder is uploaded with success,
I would like this item to be deleted, or better, moved to some local folder

Is this possible to automate this with freefilesync ?