PHP Display a percentage of progress of ftp_get?

前端 未结 3 572
青春惊慌失措
青春惊慌失措 2020-12-20 02:41

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

3条回答
  •  执念已碎
    2020-12-20 03:41

    Try using the non-blocking version ftp_nb_get() and ftp_nb_continue() in a loop, and check for the saved file's size.

提交回复
热议问题