I have Two FTP accounts on different servers: FTP A
and FTP B
.
FTP A
has one folder named ftp_a
and FTP B
has another folder ftp_b
. Now I want to sync these folder automatically and periodically.
How can it be done?
ftp_a
will be master folder.
Whichever new files comes inside ftp_a
must be transferred to ftp_b
folder.