how to do wget now that it's gone
- Posted by euphoric (admin) Aug 29, 2016
- 1438 views
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.