c# - Best way to create a downloader -
What's the best way to implement a downloader inside a launcher (for my application)?
I thought about these methods:
- Direct HTML Download
- FTP
- via Torrent
And I was wondering what is the best either the frontend and the backend (and probably the safest)
Thanks
Comments
Post a Comment