How to show file download progress in PHP Shell Scripting?
- by Shadi Almosri
Hiya,
I have a php shell script that downloads a large file, it would be a bit of a luxury to be able to see the progress of the download in shell while it's happening, anyone have any idea how this can be achieved (or at least point me in the right direction!)
Thanks!