Hi guys,
My php application must create 2 copies of 12000 optimised jpgs, 1 copy of each on 2 different servers.
Am I best to create the images on my server then move them, or create them on the remote ftp's.
Both would be using php ftp functions.