1. how to do wget now that it's gone

This doesn't seem to exist anymore: http://openeuphoria.org/docs/net_wget.html#_583_netwgetex

All I want to do is download the contents of a text file. For example:

sequence txt = get_text_file_contents( "http://mydomain.com/this_file.txt" ) 

How does this work in Euphoria now?

P.S. Using Euphoria Interpreter v4.1.0 development.

new topic     » topic index » view message » categorize

2. Re: how to do wget now that it's gone

euphoric said...

This doesn't seem to exist anymore: http://openeuphoria.org/docs/net_wget.html#_583_netwgetex

All I want to do is download the contents of a text file. For example:

sequence txt = get_text_file_contents( "http://mydomain.com/this_file.txt" ) 

How does this work in Euphoria now?

P.S. Using Euphoria Interpreter v4.1.0 development.

Uh, it is still around.

See http://scm.openeuphoria.org/hg/euphoria/file/979ef64e0941/demo/net/wget.ex

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

3. Re: how to do wget now that it's gone

Oh! It's in demo/. I thought it was an include module.

Thanks! smile

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

4. Re: how to do wget now that it's gone

euphoric said...

All I want to do is download the contents of a text file. For example:

euphoric said...

Oh! It's in demo/. I thought it was an include module.

It sounds to me like what you want is http_get.

-Greg

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

5. Re: how to do wget now that it's gone

ghaberek said...

It sounds to me like what you want is http_get.

Yep! Implemented it this morning. Works like a charm!

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

Search



Quick Links

User menu

Not signed in.

Misc Menu