Fix Buffer Issues with Long Scripts WinSCP and Batch Files

Use the following command to disable the I/O buffer when running a remote script via WinSCP.

open ssh://root:password@hostname.com -rawsettings SendBuf=0
call /myscript.sh
exit