0

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#

user38230
  • 645
  • 3
  • 13
  • 31

1 Answers1

1

Have you looked at this article?

Use a codeproject class called ThrottledStream.

Bandwidth throttling in C#

Community
  • 1
  • 1
Byron Whitlock
  • 52,691
  • 28
  • 123
  • 168