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
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