Search found 656 matches: curl

Return to advanced search

Re: function urlLoad( cUrl )

With Image URL
Image
by nageswaragunupudi
Sat Feb 17, 2024 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1683

Re: Pragmatic Concept: A Practical Approach to Everyday Challeng

Hello friends, After it appears that cURL is becoming increasingly important and widespread, I am posting some information on the cURL Lib here, which I created with the help of ChatGPT. https://mybergland.com/fwforum/curl-lib.pdf ...
by Otto
Sat Feb 17, 2024 11:38 am
 
Forum: mod_harbour
Topic: Pragmatic Concept: A Practical Approach to Everyday Challeng
Replies: 1
Views: 153

Re: function urlLoad( cUrl )

I don't like it. It requires a 4 MB DLL! Or am I wrong?
by Enrico Maria Giordano
Sat Feb 17, 2024 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1683

Re: function urlLoad( cUrl )

Hello friends, After it appears that cURL is becoming increasingly important and widespread, I am posting some information on the cURL Lib here, which I created with the help of ChatGPT. https://mybergland.com/fwforum/curl-lib.pdf ...
by Otto
Sat Feb 17, 2024 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1683

Pragmatic Concept: A Practical Approach to Everyday Challeng

... file uploads, I call a PHP function from the frontend on the backend and then, within this PHP function, I call a Mod Harbour application using cURL. I then forward the return value to the frontend. In this case, I have access to DBF files in my application. Best regards, Otto https://mybergland.com/fwforum/fileupload.gif ...
by Otto
Sat Feb 17, 2024 9:36 am
 
Forum: mod_harbour
Topic: Pragmatic Concept: A Practical Approach to Everyday Challeng
Replies: 1
Views: 153

Re: function urlLoad( cUrl )

Or this? #include "Fivewin.ch"FUNCTION MAIN()    ? URLDOWNLOADTOFILE( "https://www.emagsoftware.it/logo.png", "emaglogo.png" ) = 0    RETURN NIL#pragma BEGINDUMP#include "hbapi.h"#include "urlmon.h"#include "w...
by Enrico Maria Giordano
Sat Feb 17, 2024 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1683

Re: function urlLoad( cUrl )

Code: Select all  Expand view

#include "fivewin.ch"

function Main()

   cUrl :=  "https://raw.githubusercontent.com/FiveTechSoft/harbourPackages/main/python/init.prg"
   ? WebPageContents( cUrl ) // --> "// dummy file"

return nil


Is this not correct?
by nageswaragunupudi
Sat Feb 17, 2024 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1683

Re: function urlLoad( cUrl )

Good Job Charly, very useful 8)
by Lailton
Sat Feb 17, 2024 12:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1683

Re: function urlLoad( cUrl )

Dear Antonio,

Concept package, Click and go ! :wink:

Nice wekend.
C.
by Carles
Fri Feb 16, 2024 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1683

function urlLoad( cUrl )

... urlLoad( "https://raw.githubusercontent.com/FiveTechSoft/harbourPackages/main/python/init.prg" )return nilfunction urlLoad( cUrl )   local hCurl, nRet      if ! Empty( hCurl := curl_easy_init() )      curl_easy_setopt( hCurl, HB_CURLOPT_DOWNLOAD )  ...
by Antonio Linares
Fri Feb 16, 2024 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1683

Re: leer y pdf y extraer datos

... 0 mins 0 secs Error occurred at: 01/26/24, 12:29:23 Error description: (DOS Error -2147352567) WINOLE/1007 (0x800C0005): SPEAK Args: [ 1] = C c:\curl.txt [ 2] = N 4 Stack Calls =========== Called from: => TOLEAUTO:SPEAK( 0 ) Called from: Source\pdfread.prg => MAIN( 8 )
by goosfancito
Fri Jan 26, 2024 11:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: leer y pdf y extraer datos
Replies: 16
Views: 842

Re: WebView2 Essentials: Guides, Tips & Resources

... hWndParent): Constructor that creates a new web view instance. It takes debug settings and a parent window handle as arguments. Navigate(cURL): Navigates the web view to a specified URL. SetHtml(cHtml): Sets the HTML content of the web view. Run(): Runs the web view. Destroy(): Destroys ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: Soap Web Service - timeout request

Dear Darrell, Please try this: oHttp:Open( 'POST', cURL, .F. ) oHttp:SetRequestHeader( "Content-Type","application/xml") oHttp:SetRequestHeader( "Accept","*/*") oHttp:SetRequestHeader( "Authorization", ...
by Antonio Linares
Tue Jan 09, 2024 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 706

Soap Web Service - timeout request

... cHttpSend += [ </urn:FindRFIDQry>] cHttpSend += [ </soapenv:Body>] cHttpSend += [</soapenv:Envelope>] oHttp:Open( 'POST', cURL, .F. ) oHttp:SetRequestHeader( "Content-Type","application/xml") oHttp:SetRequestHeader( "Accept","*/*") ...
by cdmmaui
Mon Jan 08, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 706

Re: Conectar SFTP con CURL

Todo depende del aprovechamiento que se le tenga que hacer a la .lib Recuerdo tener una .lib solo para clipper. La utilice en Harbour 32 bits corriendo sobre S.O. 64 ¿ Como ? Construi un ejecutable en clipper que recibia llamadas y devolvia resultados. El ejecutable clipper lo ejecutaba con una espe...
by paquitohm
Wed Dec 13, 2023 6:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 10258
PreviousNext

Return to advanced search