An issue is experienced with SFFS occured when zipping files before uploading them to a remote system.
The remote system, required the filenames to complie to specific filename conventions, mainly the names must be uppercase, with files zipped individually. The original files are in lowercase, so after zipping, these too are in lowercase.
I am currently forced to to use a Job on the profile, that executes a script to ZIP the files.
I could see filename case changes as a useful feature for general copying, such as to/form Unix servers, where filenames are case sensitive.