I wrote a small FTP class that I used to move files from a local server to a remote server. This is done by checking an array of local files with an array of files on a remote server. If the file exists on the remote server, it will not download it.
The script works fine for small file sizes, but I noticed that up to 3000 image images can be transferred on the local server, which seems to cause the script to flop 100 or so.
How can I modify the script to process thousands of image transfer files?
user275074
source
share