Hello ,
I have a link
https://feed.xyz.com/cat2/latest.zip
after clicking on this link it askes me for usename and password
when i submit those credentials latest.zip gets downloaded.
I want to do all this using php script.
I wanteed to set a cron for this.
and file should be downloaded at my sever.
what should i do?
curl or socekt programming ?
any idea?