Monday, May 25, 2020

Download file using Curl

To download a file from URL, just use the command below


Example above showing how to download file from URL and using the same file name from the download source. If you want to specify your own file name, you can use -o option.


To download file with redirect



No comments: