Transfer file using BITS without using IIS on one end?

Posted by rwmnau on Stack Overflow See other posts from Stack Overflow or by rwmnau
Published on 2010-04-01T21:50:20Z Indexed on 2010/04/01 21:53 UTC
Read the original article Hit count: 481

Filed under:
|
|
|

I know that I can transfer files using BITS and a wrapper like SharpBITS, but it seems that I need an IIS server on one end - either to upload to or download from. Is there a way to use the BITS protocol to transfer a file without requiring IIS? Some kind of a "BITS Server" or "Listener" project that my client's BITS service can connect to.

I'm looking for functionality that's exactly what BITS provides, but I'd prefer not to require that IIS be installed (though if I have to, I can). Thanks!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about windows-bits