Daily Archives: March 14, 2009

CURL library for C# ( dotNet )

Couple of days ago I needed to download files from a TFTP server. I remembered that there was a CURL binding for .Net, so I checked it.

It was powerful and complicated. I just wanted to download a bunch of files, no big deal. So I wrote a small and simple wrapper for CURL in C# to do it.

CURL Manager Example

I don’t know if it can be useful, but I’ve uploaded the library and a Visual Studio Project demonstrating how to use it. Feel free to use it 😉