Wget with login

wget https://[url]/[file] --user [username] --password [password]

Wget download to a specified filename

wget https://[url]/[file] -o /tmp/[filename]

Wget download to a specified directory

wget https://[url]/[file] -P /tmp/