I want to write an application in C# that will use monotorrent open source lib to download torrents. As a start I'm trying to download some torrents using the sample client in the lib like this torrent but the download does not start, this torrent downloads OK to me on uTorrent. I suspect that this has something to do with the udp trackers because I could download some torrents who had only http trackers, but I'm not sure.
Please help