Re: Replace superfluous whitespace with full stops
You can use "Batch Rename" WinSCP extension:
https://winscp.net/eng/docs/library_example_advanced_rename#powershell
Or you can use this custom command:
https://winscp.net/eng/docs/custom_command
https://winscp.net/eng/docs/library_example_advanced_rename#powershell
Or you can use this custom command:
mv "!" `echo "!" | sed -e 's/ /./g'`
https://winscp.net/eng/docs/custom_command