Answer:
We can achieve this by using cURL command and GET command.
Step-by-step explanation:
cURL command:
- cURL command is the command of the command line tools which are available on the following platforms such as Linux, Windows, Mac OS, and many other Operating Systems.
- From the servers, cURL transfer the following data by using any of the protocol which are supported such as SFTP, HTTPS, HTTP, FTPS or many of the other protocols.
GET command:
GET command is the function by which from the particular URL we can retrieve the resources.