Some sites require a user to login or authenticate before a file could be downloaded. To do so with wget, make use of the –post-data and –save-cookies arguments as described here. We first have to view the source of the html file, determine the name of the variables to post, and pass these information onto… Read more »