November 15, 2016 admin Power of Curl command Download file which needs authentication of user and password from the server. curl -O -u <user>:<password> <URL> Follow