Download file which needs authentication of user and password from the server.
curl -O -u <user>:<password> <URL>
Download file which needs authentication of user and password from the server.
curl -O -u <user>:<password> <URL>