Wget with authentication
Hey guys,Try to download a file using wget.
Trying to use the command
wget http://email@domain.com:password@www.domain.com/
How I escape the @ in the username portion? I keep receiving bad port number when trying to run the wget command as is.
Cheers