Testing file uploading and downloading speed using FTP
- by Toman
Hi all,
I am working in a desktop application using java. In my application i have to perform a speed test which will show the file uploading and downloading speed.
For uploading test i am uploading a small test file to a FTP server and based on time taken i am calculating the file upload speed. similarly i am downloading a test file form server and calculating download speed.
But result i am getting doesn't match with actual FTP file uploading and downloading speed.it seems that the establishing connection to FTP server is increasing the time, hence the resultant speed i am calculating is less.
Could you suggest any link or some way to get nearest uploading and downloading speed.
i thanks to all your valuable suggestion.