0
I have the URL from where the file is downloaded. By clicking on it, the file is downloaded directly, without at least accessing and clicking on some link.
That said I need a way to automate this task with PHP. A script that when executed downloads this file to a particular folder on the server every X minutes. Any suggestions?
The file is in . csv format.
I would also like to point out that being a contracted hosting(Hostinger, Locaweb, etc...) I don’t have full access.
The main problem would be the downloadable script.
This should help you http://answall.com/a/73084/3635
– Guilherme Nascimento