I am connected to the server via the PHP ftp_ functions.
How can I measure the transfer speed?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is how I brutalized the phihag’s code to check non-blocking upload speed. You can’t use
ftp_size()while non-blocking transfer is ongoing, therefore you need a secondary connection just for that purpose. I’m displaying current speed, average speed, elapsed time and estimated time left.