Home > Archive > Clipper > June 2004 > Re: clipper/xharbour to internet
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: clipper/xharbour to internet
|
|
| Charles Foot 2004-06-25, 6:50 pm |
| Curl does the job just fine.....
iip wrote:
> Hi All,
>
> Do you know how to connect to the internet and get http content using
> (x)harbour or clipper?
>
> TIA,
>
> -11p-
| |
|
| Hi Charles,
Can I get compiled library of your CUrl? for which compiler is that?
xharbour or clipper?
thank you verymuch,
-11p-
Charles Foot <chaz@equinet.co.nz> wrote in news:40D8B698.6090807
@equinet.co.nz:
> Curl does the job just fine.....
>
> iip wrote:
>
>
| |
| Charles Foot 2004-06-25, 6:50 pm |
| Hi,
I call curl.exe as a command-line external from clipper 5.3 in the
following manner:
TASK = 'curl -o <local_filename> http://www.<the_target_page>
!&TASK
download curl from: http://curl.haxx.se/
download and print the man page under Docs. There is virtually nothing
you cannot do with Curl!
Regards
C
iip wrote:
> Hi Charles,
>
> Can I get compiled library of your CUrl? for which compiler is that?
> xharbour or clipper?
>
> thank you verymuch,
>
> -11p-
>
>
> Charles Foot <chaz@equinet.co.nz> wrote in news:40D8B698.6090807
> @equinet.co.nz:
>
>
>
|
|
|
|
|