LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to use curl to download? (https://www.linuxquestions.org/questions/linux-software-2/how-to-use-curl-to-download-76106/)

gexiaofei 07-26-2003 11:13 AM

how to use curl to download?
 
I have just inatall curl. But I dont know how to use it to download?

Anyone can show me what to do please.

Thank you.

ppuru 07-26-2003 12:31 PM

read the man pages, they are pretty informative!

gexiaofei 07-26-2003 12:46 PM

Thank you. But I am not good at english and I don't think the website there is brief. I can not understand very well. It is really a big problem.

ppuru 07-26-2003 12:49 PM

Doesn't RedFlag have man pages in chinese?

gexiaofei 07-26-2003 12:54 PM

Yes, it does. But it does not tell me how to use some softwares. And i can not get enough information from its forums.

ppuru 07-26-2003 12:58 PM

something like

curl http://website/location-of-file/file
same applies to ftp.

Corin 07-26-2003 05:01 PM

You say you want to download some files?

Why do you want to use curl?

If you just want to do simple downloads then perhaps you should try prozilla, which will allow you to suspend downloading.

If you want to download recursively, then why not try wget?

wget can be used to download single URLs and also recursively.

You may find that the syntax for using wget is more easier to understand and does the job you want to do.

Remember that in GNU/Linux you generally have a choice of how you can do the job, and it all depends on the specifics of the job, as to which is the right tool to use.


All times are GMT -5. The time now is 09:16 PM.