cURL stands for “Client for URLs”. cURL is a library (libcurl) which allows PHP to communicate with other servers with different type of protocols.
With the cURL its easy to download remote file/s with the following PHP code example: