How to overwrite file by Batch script?
Hi all, I'm trying to copy file by this script see below, but I'm not sure that this script will overwrite files into the target folder?
option batch abort option confirm off open sftp://FTP-Test;[email protected]/ PutFile d:\TEST\test.txt /Outbound/Manual/ exit