FYi... i have fixed this myself but thanks for the help on this.
Cisco Firepower was blocking the traffic.
Cisco Firepower was blocking the traffic.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
#Start Script Code
Option confirm
open sftp://**********:********@******.*******.com/incoming/20201201/ -rawsettings SendBuf=0
put C:\SFTP\*
close
exit
#end script
open
command:
open sftp://.../ -rawsettings SendBuf=0
#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