Search found 83 matches: urldownloadtofile

Return to advanced search

Re: function urlLoad( cUrl )

nageswaragunupudi wrote:Both the functions WebPageContents() and URLDownloadToFile() work only on Windows OS.
For Web Applications, we need platform independent tools and CURL seems to be the popular choice.


I never needed of such a function for web applications.
by Enrico Maria Giordano
Sat Feb 17, 2024 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1676

Re: function urlLoad( cUrl )

Both the functions WebPageContents() and URLDownloadToFile() work only on Windows OS.
For Web Applications, we need platform independent tools and CURL seems to be the popular choice.
by nageswaragunupudi
Sat Feb 17, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1676

Re: Win 10 and getUrl

now I'm using IF URLDOWNLOADTOFILE( 0,cUrl , cZipFile) =0 lreturn := .t. else lreturn := .f. endif DLL FUNCTION URLDOWNLOADTOFILE( pCaller AS LONG, cUrl AS LPSTR, cFileName AS LPSTR, nReserved AS DWORD, nFnCB AS LONG ) AS LONG; PASCAL ...
by Silvio.Falconi
Sun Jun 12, 2022 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win 10 and getUrl
Replies: 4
Views: 549

Re: checking an url

Thank you,

URLDOWNLOADTOFILE() function solved my problem.
by Horizon
Wed Dec 02, 2020 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: checking an url
Replies: 12
Views: 1322

Re: checking an url

URLDOWNLOADTOFILE()

or

ohttp:= CreateObject( "MSXML2.XMLHTTP" )
ohttp:Open( "GET", "https://....", 1)
by Natter
Tue Dec 01, 2020 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: checking an url
Replies: 12
Views: 1322

Clear internetcache

Hi, I use URLDownloadToFile to download file with FWH. It's working fine, but I noticed when I place a file on the site, download it, and the place a newer version, with the same name, the program still download the first version. ...
by Marc Vanzegbroeck
Thu Jul 09, 2020 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clear internetcache
Replies: 1
Views: 269

Re: URLDOWNLOADTOFILE not run

this is really strange because last week everything works fine, I have not changed any TLS
if I use IE or Mozilla directly I can directly download the file normally so the tls protocol is working fine
the same function on Windows 10 Professional work fine...
on Windows Seven professional not run
by Silvio.Falconi
Wed Oct 09, 2019 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: URLDOWNLOADTOFILE not run
Replies: 5
Views: 772

Re: URLDOWNLOADTOFILE not run

Transport Layer Security
by FranciscoA
Tue Oct 08, 2019 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: URLDOWNLOADTOFILE not run
Replies: 5
Views: 772

Re: URLDOWNLOADTOFILE not run

I use the same your test I change only the url (but I check it from IE run ok) https://i.postimg.cc/W4Dj7FzV/fff.png It not download any files I have this windows Windows Seven Professional Server Pack 1 64 bit version 6.1.7601 on HP Z220 CMT WORKSTATION wich is TLS ?
by Silvio.Falconi
Tue Oct 08, 2019 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: URLDOWNLOADTOFILE not run
Replies: 5
Views: 772

Re: URLDOWNLOADTOFILE not run

...  local cUrl  := URL_LOTTO   DELETEURLCACHEENTRY( cUrl )    ? cZipFile    URLDOWNLOADTOFILE( 0, cUrl, cZipFile )RETURN NIL
by FranciscoA
Mon Oct 07, 2019 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: URLDOWNLOADTOFILE not run
Replies: 5
Views: 772

URLDOWNLOADTOFILE not run

...  local cUrl  := URL_LOTTO   DELETEURLCACHEENTRY( cUrl )    ? cZipFile    URLDOWNLOADTOFILE( 0, cUrl, cZipFile )RETURN NILDLL STATIC FUNCTION DELETEURLCACHEENTRY( cUrl AS LPSTR ) AS BOOL;    PASCAL ...
by Silvio.Falconi
Mon Oct 07, 2019 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: URLDOWNLOADTOFILE not run
Replies: 5
Views: 772

Re: Descarga desde https

Karinha, gracias por el link. El codigo donde llama a URLDOWNLOADTOFILE es igual al mio. Ahi usan http, y el problema mio es con [b ]https [/b]. Puedes probar el siguiente codigo con FW 1204 , por favor? #include "FiveWin.ch"function DescargFichDesdeUrl()local ...
by FranciscoA
Tue Sep 03, 2019 4:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descarga desde https SOLUCIONADO
Replies: 15
Views: 2188

Re: Download a file

Christobal,

I got the error unresolved external

URLDownloadToFile
I think it will work only with HARBOUR not xHARBOUR

regards
Uwe :?:
by ukoenig
Mon Sep 02, 2019 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download a file
Replies: 6
Views: 1219
Next

Return to advanced search