Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Put command is appending to file using the Wasabi service

In general, the code overwrites. If it appends, it's most likely a special "feature" of the server.

Can you overwrite the files in WinSCP GUI? Or in any other FTP client? If you are, post logs both for appending issue with WinSCP script and successful overwrite using any other tool.
sam@...

Put command is appending to file using the Wasabi service

open ftp://user:pass@s3.us-central-1.wasabisys.com
put swanndvr.netnew2016.vhdx /sams-daily-ddns/64.251.23.131/
put 4khdcamera.com.vhdx /sams-daily-ddns/64.251.23.131/
put 416nvr.com.vhdx /sams-daily-ddns/64.251.23.131/
put fptddns.vn.vhdx /sams-daily-ddns/64.251.23.131/
put ippostcode.com.vhdx /sams-daily-ddns/64.251.23.131/
put livesierra.vhdx /sams-daily-ddns/64.251.23.131/
put mymeriva.com.vhdx /sams-daily-ddns/64.251.23.131/
put sierradns.com.vhdx /sams-daily-ddns/64.251.23.131/
put epsconnect.net.vhdx /sams-daily-ddns/64.251.23.131/
put tecproddns.vhdx /sams-daily-ddns/64.251.23.131/
put agddns-newddns-ghiddns2016.vhdx /sams-daily-ddns/64.251.23.131/
exit

The above script appends data while I need to overwrite etc.. Please advise.