- martin
Post a reply
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
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.
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.