Can I do this in PHP?
My supplier has given me ftp access to a image folder which contains an image of every product.
The image names are based on productid.
I've already done an first load of all images but now I'm trying to create a script to copy any new products.
They also have a single archive that is about 400 meg.
Rather than getting the archive I'd like to compare the files in my directory to the files in the remote directory. If I don't have the file, copy just that file.
What is the best approach for this?