curl download request code example
Example 1: curl html file
curl -o thatpage.html http://www.example.com/
Example 2: how to download using curl
curl http://some.url --output some.file
Example 3: curl download file without output
curl -O https://www.cyberciti.biz/files/sticker/sticker_book.pdf