Jump to content

Downloading file from Website


gevo12321

Recommended Posts

Hi,

 

So I need to download a file from the internet. The file changes every 10 seconds, and I would like to download the file every time it changes (every 10 seconds). Fortunately the file is always at the same address. The problem is, in order to download, you have to be logged into the site which uses asp not php :(. I was wondering what your recommendations would be to getting the files. Should I use some kind of macro program? if so, which would you recommend? or is there a way I can write a program to do it? what would be your solution to the problem?  :confused:

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/247232-downloading-file-from-website/
Share on other sites

If you're doing this every ten seconds, which I hope is sanctioned by the website's owner(s), then the cookies that the site gives you when you manually log in can be given to PHP to send back. Their site won't know the difference... unless it's smarter than usual, but that can still be worked around.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.