Reputation: 665
am trying to move files from local machines to a remote server. Trying to see if there is a better way then BITS to upload files with bandwidth throttling in c#
Upvotes: 0
Views: 1319
Reputation: 53861
Have you looked at this article?
Use a codeproject class called ThrottledStream.
Upvotes: 1