I have a file foo.zip, that I want hosted on the internet somewhere, and that can be downloaded with a wget command. I have tried a few options (including Google Drive), but each time I end up downloading the containing website, as opposed to the file for which the download starts automatically.
Basically, I need a direct link to the file, e.g. www.example.com/foo.zip, as opposed to a "hashed" link such as www.example.com/1928394819293840124857. How can I host a file online and have a direct link to it for download with wget?