page sends file to curl i want to get download link insted

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2010-04-24T19:44:44Z Indexed on 2010/04/24 19:53 UTC
Read the original article Hit count: 217

Filed under:
|
|
|

there is a page that i need to post a password to it and then i get a file to download. the post goes to the same page address its loads again and pop up the download manager. now i want to do the same but in curl, i posted the data to the url and then its sends me the file back but i dont want my script to download the whole file i want only to get a link to download it by myself. how can i do that?

© Stack Overflow or respective owner

Related posts about curl

Related posts about php