Move Remote Files Via Batch/Script
One of our FTP partners dumps
Currently we do all this in the WinSCP GUI, but I would like to automate this process, and I have got it to where I can pull the files without trouble using a batch file and Task Scheduler, but I have a problem:
I don't know how to move files on the remote server into the
This is the text file I have set up so far, which is called by the .bat file by Task Scheduler.
Any ideas how I would move a wildcard file to a directory under root on the source server?
.txt
and .xlsx
files to a root directory; when we have finished grabbing the files they have dumped, we move them to an Archive
directory under root.
Currently we do all this in the WinSCP GUI, but I would like to automate this process, and I have got it to where I can pull the files without trouble using a batch file and Task Scheduler, but I have a problem:
I don't know how to move files on the remote server into the
Archive
folder to show them we have retrieved these.
This is the text file I have set up so far, which is called by the .bat file by Task Scheduler.
Any ideas how I would move a wildcard file to a directory under root on the source server?