note: if the problem repeats, try turning off 'optimize connection buffer size'
Hi,
I am getting the following error when running a send file push via a batch command to an SFTP location externally. "note: if the problem repeats, try turning off 'optimize connection buffer size'
I can perform the data transfer successfully manually by the WinSCP application. When running it via the command line from a batch file it give me the error on a file larger than 1mb. Anything smaller works fine. I have tried with the following:
I am buffled and don't believe this is a network issue as it works via the gui without any changes within the GUI.
Any help ASAP would be greatly appreciated.
I am getting the following error when running a send file push via a batch command to an SFTP location externally. "note: if the problem repeats, try turning off 'optimize connection buffer size'
I can perform the data transfer successfully manually by the WinSCP application. When running it via the command line from a batch file it give me the error on a file larger than 1mb. Anything smaller works fine. I have tried with the following:
#Start Script Code Option confirm open sftp://*******:***********@***********.com/incoming/20201201/ put \\******\London\FTPData\Dev\ -resumesupport=off -rawtransfersettings SendBuf=0 SshSimple=0 close exit #end script
Any help ASAP would be greatly appreciated.