I am looking for a software that can replicate files delivered over our corporate FTP server to multiple destinations simultaneously.
Here is a following scenario.
Source - FTP server over port 21
Destinations - 2 SAMBA shares on 2 Windows servers
Files get copied from the FTP to both servers.
As soon as the last copy is finished, files must be removed from the source.
The software I am using right now does it all except the last part.
It will delete the source file after the first copy, and then will try to copy a non-existing file to the second destination.
Any idea?
↧