How to overwrite file by Batch script?

Advertisement

Anatoliy
Joined:
Posts:
2

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;fingerprint=ssh-rsa-ergdfgdfgdfeDs@31.41.48.3/
PutFile d:\TEST\test.txt /Outbound/Manual/
exit

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum