2012-07-09 18:37 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbcurl/tests/ftp_uldl.prg
! fixed broken link
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-07-09 18:37 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbcurl/tests/ftp_uldl.prg
|
||||
! fixed broken link
|
||||
|
||||
2012-07-09 18:19 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* bin/hbcommit.hb
|
||||
% minor optimization to prev
|
||||
|
||||
@@ -144,7 +144,7 @@ PROCEDURE Main( cDL, cUL )
|
||||
/* Now let's download to memory */
|
||||
|
||||
? curl_easy_setopt( curl, HB_CURLOPT_DOWNLOAD )
|
||||
? curl_easy_setopt( curl, HB_CURLOPT_URL, "http://kent.dl.sourceforge.net/sourceforge/harbour-project/harbour-static-0.99.2-0mdk20070.i586.rpm" )
|
||||
? curl_easy_setopt( curl, HB_CURLOPT_URL, cDL )
|
||||
? curl_easy_setopt( curl, HB_CURLOPT_SSL_VERIFYPEER, .F. )
|
||||
? curl_easy_setopt( curl, HB_CURLOPT_SSL_VERIFYHOST, .F. )
|
||||
? curl_easy_setopt( curl, HB_CURLOPT_DL_BUFF_SETUP )
|
||||
|
||||
Reference in New Issue
Block a user