user38230
user38230

Reputation: 665

upload with bandwidth throttling in c#

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

Answers (1)

Byron Whitlock
Byron Whitlock

Reputation: 53861

Have you looked at this article?

Use a codeproject class called ThrottledStream.

Bandwidth throttling in C#

Upvotes: 1

Related Questions