Re: [fpc-pascal] RE: Download file

2005-11-18 Thread Tony Pelton
On 11/18/05, Jeff Pohlmeyer <[EMAIL PROTECTED]> wrote: > > If you don't mind using an external DLL, CurlPas is quite simple, and presumably, if you are crafty, and licensing supports it, you could link the curlpas runtime statically such that you don't need the lib. Tony _

[fpc-pascal] RE: Download file

2005-11-18 Thread Jeff Pohlmeyer
> I would like to download a file via HTTP, how can I achieve that in a > platform independent way? What components to use and is there > some code suited for dummy's available. If you don't mind using an external DLL, CurlPas is quite simple, and works on Linux, Windows, and possibly even Mac..