I want my web server to fetch a file from another http server. So that I do not need to download the file myself and upload it to my server.
Is this possible?
feedback
|
|
Absolutely. Either ssh in and use wget or curl, or write a server-side script in e.g. PHP that performs the download. | |||
feedback
|