Automating FTP uploads

Associate
Joined
24 Dec 2011
Posts
750
I am after some software recommendations.

I have basically the following set-up:

A bunch of folders each containing subfolders containing files.
A couple of FTP servers I want need upload those to.

The servers I am uploading to have identical folder structures for the bit I am uploading to.

The files always need to go into the same destination folder and this follows a definite rule based on the name of the folder it is coming (i.e. if the source folder is called "A" the files in it always wants to go into the destination folder called "Z").

I don't need to schedule it or anything but rule based automation would be nice.

I feel like there must be some way to automate at least part of this but could do with some software recommendations. Obviously I'm off Googling at the same time as typing this but it seems like such an obvious thing to want to do I feel like there must be some bit of software that will let me do this.

Any suggestions?

Ta.
 
You could probably use something like FreeFileSync and run it through scheduled tasks.

Edit: With regards to the automation, could that be done locally through something like a powershell script, move everything around to a secondary local connection which is then mirrored up onto the other FTP locations?
 
Back
Top Bottom