I have always been thankful to all the members here for the solutions and till now, for almost all the issues that I have met with, WHT had a solution.
At present I am in a situation. The scenario is like this. Our website is linked with another agency which provides us images and videos so that we can use them in our website. This agency gave us an account in their ftp server and they will upload the files there, which we have to download. There is no particular frequency in which his upload happens. So what happens is, each day, some one have to login to this ftp server and check for updates. If there is any, we have to download.
What my question is, is there any way available so that I can automate this process ? I can do ftp to the server using some script and mget * , but i think it will download not only the new files, but the old files also.
I am looking for a solution somewhat like rsync, but on ftp.