1. How to download a file from the Euphoria Archive or RDS page

I am interested in downloading the entire Euphoria Archive. My efforts to use wget and the latest version of Jean-Marc DURO's Eu4 Std Library have failed.

This is the output from Duro's test_curl_.ex program:

-- I made the following change for Linux: 
--puts(1, curl_getenv("SystemRoot") & "\n") 
-- C:\WINDOWS 
puts(1, curl_getenv("HOME") & "\n") 

1 
0 
1 
/home/ken 
libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3 
curl = 23494672 
https%3A%2F%2Farchive.usingeuphoria.com%2Funzip.zip 
https%3A%2F%2Farchive.usingeuphoria.com%2Funzip.zip 
slist =  
.  [1] 'toto' 
.  [2] 'titi' 
.  [3] 'tata' 
*   Trying 198.105.244.130... 
* connect to 198.105.244.130 port 443 failed: Connection refused 
*   Trying 104.239.207.44... 
* connect to 104.239.207.44 port 443 failed: No route to host 
* Failed to connect to edf-70ans.r1a.eu port 443: No route to host 
* Closing connection 0 
Error: Curl perform failed: Couldn't connect to server 
------------------------------- 
--2nd test: 
1 
0 
1 
/home/ken 
libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3 
curl = 41349136 
https%3A%2F%2Frapideuphoria.com%2Funzip.zip 
https%3A%2F%2Frapideuphoria.com%2Funzip.zip 
slist =  
.  [1] 'toto' 
.  [2] 'titi' 
.  [3] 'tata' 
*   Trying 104.239.207.44... 
* connect to 104.239.207.44 port 443 failed: No route to host 
*   Trying 198.105.254.130... 
* connect to 198.105.254.130 port 443 failed: Connection refused 
* Failed to connect to edf-70ans.r1a.eu port 443: Connection refused 
* Closing connection 0 
Error: Curl perform failed: Couldn't connect to server 

Any suggestions?

Thanks in advance...
Ken Rhodes

new topic     » topic index » view message » categorize

2. Re: How to download a file from the Euphoria Archive or RDS page

https://archive.usingeuphoria.com/lib4_v0.8.3_2017-02-10.zip

A few poeple did a scrape of the archive (myself included, but the computer's powered down for redecoration at the moment). If you ask nicely, I'm sure that someone will oblige with a zip.

Chris

new topic     » goto parent     » topic index » view message » categorize

3. Re: How to download a file from the Euphoria Archive or RDS page

ChrisB said...

https://archive.usingeuphoria.com/lib4_v0.8.3_2017-02-10.zip

A few poeple did a scrape of the archive (myself included, but the computer's powered down for redecoration at the moment). If you ask nicely, I'm sure that someone will oblige with a zip.

Chris

Thanks Chris, I downloaded lib4_v0.8.3_2017-02-10.zip, but no joy...

Euphoria Interpreter v4.1.0 development 
   64-bit Linux, Using System Memory 
   Revision Date: 2015-02-02 14:18:53, Id: 5861:57179171dbed 
�1 
0 
1 
/home/ken 
libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3 
curl = 35846576 
https%3A%2F%2Farchive.usingeuphoria.com%2Funzip.zip 
https%3A%2F%2Farchive.usingeuphoria.com%2Funzip.zip 
slist =  
.  [1] "toto" 
.  [2] "titi" 
.  [3] "tata" 
*   Trying 104.239.207.44... 
* connect to 104.239.207.44 port 443 failed: No route to host 
*   Trying 198.105.254.130... 
* connect to 198.105.254.130 port 443 failed: Connection refused 
* Failed to connect to edf-70ans.r1a.eu port 443: Connection refused 
* Closing connection 0 
Error: Curl perform failed: Couldn't connect to server 
 
Press any key... 

The version I used in my original post was downloaded from: http://jean-marc.duro.pagesperso-orange.fr/lib4_v1.2.15_2018-04-19.zip

The version from your older link ran instantaneously, the EuStdLib4 file displayed the posted information after a considerable lag.

Thanks again for your response to my problem.

Regards,
Ken Rhodes

new topic     » goto parent     » topic index » view message » categorize

4. Re: How to download a file from the Euphoria Archive or RDS page

Unfortunately edf-70ans.r1a.eu does not exist anymore.

Trying with https://example.com gives better results but the XSS protection if any is not the same as for the previous URL so curl_extract_csrf_token() does not work here. It has to be adapted.

Regards

Jean-Marc

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu