Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hello all,
I wrote a simple FTP program to transfer 4 text files to a device in a loop.(for testing we wanted to have a ftp tool which will be uploading 4 txt files continuosly without stop).

The tool seems to be working fine, uploading the files repeatedly in an endless loop.
But, we witnessed something interesting in the log files.

We observed that every 10 minutes (exact, the file uploading process takes more time compared to rest of the transfer process i.e. suppose a file which normally takes 2 seconds to upload, the same file takes around 6 minutes to upload, every 10 minutes of file uploading process.

Does anyone has any clue why this could happen? We have not set any kind of timeouts in the program as well as the tool instantly begins the transfer of next file once it finishes uploading the previous file.

Any kind of help or suggestions will be appreciated.

Thanks
Dinesh.
Posted
Comments
Sergey Alexandrovich Kryukov 27-Dec-12 15:20pm    
I would say, not enough information.
—SA

1 solution

My guess is that this may be to do with your ISP.

If as you say you are uploading files constantly via FTP, your ISP may be throttling the connection to prevent you from hogging bandwidth.

Just a guess...
[edit: fixed typo]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900