Transfer files (new) from FTP to another

Hello All,

I currently have a private ftp site (server A) that has around 50 subfolders. These folders recieve periodically csv files into them.

I want to be able to 'bounce' or transfer the csv file from Server A to another ftp location (server

What is the best way to achieve this?

I only want to transfer new files, but i also want to keep a copy of the csv in Server A.


Suggestions welcome.

If FXP is enabled on both servers you can just setup a recurrent copy operation. If not, you need to write a script that downloads the files to your computer first and then uploads them to server B.


If FXP is enabled on both servers you can just setup a recurrent copy operation. If not, you need to write a script that downloads the files to your computer first and then uploads them to server B.


Thanks very mush for your reply, it is appreciated.