The pain of filenames with spaces, [], (), etc. might be lessened by applying some default rules when copying files between local and remote systems.
Consider an option to:
1. Sub ASCII space with '.' or '_'
2. Remove [], (), {}
3. Sub ASCII [!*&;$<>] with '.' or '_' or remove them
..or just add option to call the 'detox' http://detox.sourceforge.net/ as part of operation on each file/dir.
The pain of filenames with spaces, [], (), etc. might be lessened by applying some default rules when copying files between local and remote systems.
Consider an option to:
..or just add option to call the 'detox' http://detox.sourceforge.net/ as part of operation on each file/dir.