LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   curl for browsing (https://www.linuxquestions.org/questions/linux-software-2/curl-for-browsing-4175514270/)

!! hack-back !! 08-11-2014 04:53 PM

curl for browsing
 
hello,
after using curl in php for running file in link on my linux
where this file tmp go ?
where i can see the tmp of it ?
thanks

notKlaatu 08-11-2014 07:20 PM

curl by default outputs to stdout; it, your terminal. If you running curl from within some other programme, then curl's output might be hidden or it might be redirected.

Curl has an output flag:

Code:

-o
or

Code:

--output
So you can go in to whatever you are using and direct the output of curl to some file you can access.


All times are GMT -5. The time now is 10:11 PM.