WEB REQUESTS первый вопрос

I’m stuck on the first question HyperText Transfer Protocol (HTTP)
With the command
curl -O 167.71.140.137:30309/download.php
Now I have this
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 100 20 100 20 0 0 588 0 --:–:-- --:–:-- --:–:–
588
What do I do next?

In curl, the -O parameter is for download the file where you are. If you pass the command curl -O 167.71.140.137:30309/download.php, you will download the response of the download.php server file in your computer.