I'm afraid I did not find a solution and opted to use alternative software.
Sorry, I must have missed your original post. Note that WinSCP never uses multiple connections in scripting.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
I'm afraid I did not find a solution and opted to use alternative software.
Hi,
I get the same problem. Do you find a solution ?
Thanks in advance
/log=path_to_log_file
command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.open sftp://USERNAME:PASSWORD@IPADDRESS/ -hostkey="KEY" -rawsettings SendBuf=0 QueueTransfersLimit=1
option batch off
option confirm off
option reconnecttime off
put "C:\Program Files\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\Backup\DB1.bak" -resume -nopermissions -nopreservetime
put "C:\Program Files\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\Backup\DB2.bak" -resume -nopermissions -nopreservetime
exit