Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Background Intelligent Transfer Service In C#

Anyone successfully using this in c# or is there a better alternative to this? Also any good working project that I can look at and get a good feel? most projects i have come across is in C++ and was looking for a C# project

like image 838
user38230 Avatar asked Dec 29 '08 13:12

user38230


1 Answers

Yes, we're using it in a tool to let customers upload logs, dumps, etc. to our customer support department. You could use it directly via PInvoke/COMInterop, but I suggest to have a look at SharpBITS.NET, which wraps the BITS interface nicely.

like image 199
Martin Avatar answered Nov 08 '22 20:11

Martin