Hi,
I would like to write a script so that from a remote directory new files are synced to a local directory, BUT only specific files that are on local directory, while those are on remote ofc, but remote also has quite some other files.
Is there any way to do that with the synchronise function?
Unfortunatly there´s no common thing along these files - so a fiter mask would not work. All files are txt files with different names, but there are other txt-files on remote directory I do not want.
The goal is to donwload the files I want one time manual to local directory and then run the script (VB.net) to sync them (get latest versions) - without downloading other files on remote directory