Re: how to use curl to download a file

2011-11-03 Thread Mike Parker
On 11/2/2011 9:43 PM, Ary Manzana wrote: On 11/1/11 11:49 PM, Mike Parker wrote: On 11/2/2011 3:20 AM, Frédéric Galusik wrote: Hi, As the curl documentation is a little bit ...wow. http://www.digitalmars.com/d/2.0/phobos/etc_c_curl.html Do someone have a simple example on how to download a si

Re: how to use curl to download a file

2011-11-02 Thread Jonas Drewsen
Den 02-11-2011 17:17, Frédéric Galusik skrev: Le Wed, 02 Nov 2011 15:23:36 +, Graham Fawcett a écrit : On Wed, 02 Nov 2011 11:10:17 -0400, Nick Sabalausky wrote: "Jesse Phillips" wrote in message news:j8rj3c$uc2$1...@digitalmars.com... etc.c.curl is meant for those that know curl and wi

Re: how to use curl to download a file

2011-11-02 Thread Frédéric Galusik
Le Wed, 02 Nov 2011 15:09:17 +, Graham Fawcett a écrit : > On Tue, 01 Nov 2011 18:20:25 +, Frédéric Galusik wrote: > >> Hi, >> >> As the curl documentation is a little bit ...wow. >> http://www.digitalmars.com/d/2.0/phobos/etc_c_curl.html >> >> Do someone have a simple example on how to

Re: how to use curl to download a file

2011-11-02 Thread Frédéric Galusik
Le Wed, 02 Nov 2011 15:23:36 +, Graham Fawcett a écrit : > On Wed, 02 Nov 2011 11:10:17 -0400, Nick Sabalausky wrote: > >> "Jesse Phillips" wrote in message >> news:j8rj3c$uc2$1...@digitalmars.com... >>> etc.c.curl is meant for those that know curl and wish to use it. >>> etc.curl has been d

Re: how to use curl to download a file

2011-11-02 Thread Graham Fawcett
On Wed, 02 Nov 2011 11:10:17 -0400, Nick Sabalausky wrote: > "Jesse Phillips" wrote in message > news:j8rj3c$uc2$1...@digitalmars.com... >> etc.c.curl is meant for those that know curl and wish to use it. >> etc.curl has been delayed but is intended for those that wish to access >> the internet.

Re: how to use curl to download a file

2011-11-02 Thread Graham Fawcett
On Wed, 02 Nov 2011 15:23:36 +, Graham Fawcett wrote: > On Wed, 02 Nov 2011 11:10:17 -0400, Nick Sabalausky wrote: > >> "Jesse Phillips" wrote in message >> news:j8rj3c$uc2$1...@digitalmars.com... >>> etc.c.curl is meant for those that know curl and wish to use it. >>> etc.curl has been dela

Re: how to use curl to download a file

2011-11-02 Thread Graham Fawcett
On Tue, 01 Nov 2011 18:20:25 +, Frédéric Galusik wrote: > Hi, > > As the curl documentation is a little bit ...wow. > http://www.digitalmars.com/d/2.0/phobos/etc_c_curl.html > > Do someone have a simple example on how to download a simple file ? > > Thank you. Until the high-level bindings

Re: how to use curl to download a file

2011-11-02 Thread Nick Sabalausky
"Jesse Phillips" wrote in message news:j8rj3c$uc2$1...@digitalmars.com... > etc.c.curl is meant for those that know curl and wish to use it. etc.curl > has been delayed but is intended for those that wish to access the > internet. > In the meantime, the proposed etc.curl is at least available so

Re: how to use curl to download a file

2011-11-02 Thread Jesse Phillips
etc.c.curl is meant for those that know curl and wish to use it. etc.curl has been delayed but is intended for those that wish to access the internet.

Re: how to use curl to download a file

2011-11-02 Thread bearophile
Ary Manzana: > Wrong. > > If you want programmers to use D, give them the solution, now. > > It's not that hard to put a little example at the top of the page > showing a basic usage. That wall of links at the top of the page is useless. I don't want to use that C API. This is how you downloa

Re: how to use curl to download a file

2011-11-02 Thread Ary Manzana
On 11/1/11 11:49 PM, Mike Parker wrote: On 11/2/2011 3:20 AM, Frédéric Galusik wrote: Hi, As the curl documentation is a little bit ...wow. http://www.digitalmars.com/d/2.0/phobos/etc_c_curl.html Do someone have a simple example on how to download a simple file ? Thank you. ++ I don't thin

Re: how to use curl to download a file

2011-11-01 Thread Mike Parker
On 11/2/2011 3:20 AM, Frédéric Galusik wrote: Hi, As the curl documentation is a little bit ...wow. http://www.digitalmars.com/d/2.0/phobos/etc_c_curl.html Do someone have a simple example on how to download a simple file ? Thank you. ++ I don't think we should expect detailed documentation

how to use curl to download a file

2011-11-01 Thread Frédéric Galusik
Hi, As the curl documentation is a little bit ...wow. http://www.digitalmars.com/d/2.0/phobos/etc_c_curl.html Do someone have a simple example on how to download a simple file ? Thank you. ++