I'm trying to download a program from a website using wget. However, whenever I try to download it I instead get a HTML file. I'm using the following syntax.
wget http://domain.com/downloads/name/ If you go the link directly the browser automatically tries to download the file. Why is that I'm getting the HTML file instead of the actual file I want?