From time to time I have to download a specific file from a website with wget
. The URL is very long, so I created a free .tk-domain that forwards to the file. If I use my new .tk-URL in my browser, it downloads the file as I want it but on my VPS on Ubuntu, it only downloads the index.html file if I use wget
. I've two forwarding options on Dot.TK
- Frame (Cloaking)
- Redirect (HTTP 301 Forwarding)
Which option should I use and is there a way to get the file instead of the index.html?