I was trying to download a file without going on the website and just getting sending through http request to the server. The server already has the subscription for my username and password.
I wanted to know whether shell has any command similar to .NET's --> My.Computer.Network.DownloadFile(target,path,username,password). Or is there any other way to do the same thing?
I dont want to go to the website and download the file. I just want to hit the server and get the response after passing my credentials.
Can you please help me in finding this command?