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

Guest

WinSCP FTP Automate

I created a bat file to run a script. However, I want my script to essentially MOVE the files from the remote location to the local location.

My Script is as follows
open ftp.____.com
synchronize local "E:\filepath" "/TEST"

My first path is local on the server and the second is the remote path on the FTP.

I would rather have it move or at least delete from the remote location after sync.