I have a working FTP file download script. The files I am downloading will be about 2-4 GB per day. I was wondering if there was a way to get the percent of the file
Try using the non-blocking version ftp_nb_get() and ftp_nb_continue() in a loop, and check for the saved file's size.