I have created WinSCP batch file for deleting files on remote server. It\'s working fine, but it\'s not working with folder with spaces.
For example, the below batch
Wrap the path with spaces to double double-quotes:
"cd ""/home/test/Desktop/india & nepal""" ^
See https://winscp.net/eng/docs/commandline#syntax