Is there any reasonable method to allow users of a webapp to download large files? I’m looking for something other than the browser’s built-in download dialog – the requirements are that the user initiates the download from the browser and then some other application takes over, downloads the file in background and doesn’t exit when the browser is closed. It might possibly work over http, ftp or even bittorrent. Platform independence would be a nice thing to have but I’m mostly concerned with Windows.
Share
This might be a suitable use for BitTorrent. It works using a separate program (in most browsers), and will still run after the browser is closed. Not a perfect match, but meets most of your demands.