Is there a way i can download something like: http://username:password@domain.com using curl or wget? i tried some ways but none succeeded. I would like some help thanks
Hello try the following wget http://username:password@domainname.com:/fodler/file.tgz wget ftp://username:password@ftp.domain.com/folder/file.tgz