download file from shell to windows code example
Example 1: how to download files using cmd
curl http://example.org/picture.jpg
Example 2: download file by command line windows
Invoke-WebRequest -OutFile index.html http://superuser.com
curl http://example.org/picture.jpg
Invoke-WebRequest -OutFile index.html http://superuser.com