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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -