C#: how to get estimated download time
-
Hi All I create an FTP Application to download data from ftp.I want to calculate estimated download time but i don't know "how to get estimated download time". If any one know please help me thanx & regards SMK
-
Hi All I create an FTP Application to download data from ftp.I want to calculate estimated download time but i don't know "how to get estimated download time". If any one know please help me thanx & regards SMK
You estimate it based on how much you still need to download, and how much you're getting per second.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
You estimate it based on how much you still need to download, and how much you're getting per second.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Thanx for reply, but i got the solution in c# Thanx & Regards SMK