Re: Run a binary on the Internet. It's posible?
- Posted by sergelli Jul 29, 2012
- 1253 views
jimcbrown said...
Use the wget.ex demo along with http://openeuphoria.org/docs/std_os.html#_1841_system
Thank you Jimcbrown
It was surprisingly more easier than I expected.
To run a binary from the internet, I did the following:
eui wget http://www.audiophoto.com.br/cgi-bin/00Form/formLogin
The binary has to be in the cgi-bin folder, elsewhere will not run
So it worked perfectly