My situation deals with moving lots of images in folders via FTP. The images are coming from Mac clients connecting to the Windows server (running SFFS) over SMB. This results in the creating of lots of .DS_Store and ._ files (that contain the resource forks that aren't supported over SMB and folder settings).
I don't want to send these files over FTP as they are pointless for image files, so I add (under Masks & Filters) an exclusion mask for ".*".
This works great, the files are not sent over FTP. The problem is that the folders are not deleted when the job is finished.
The folders are empty of data that wasn't excluded, but are not empty of all files (they still contain the invisible files that were excluded from the job).
Is there a way of not sending the invisible files as well as deleting the (non) empty folders at the end of the move job?
At the moment I have constructed a dos/cygwin script that runs before the job and deletes all the invisible files before the job starts but a more integrated and less cumbersome method would be nice.