Get Text from url
MarkCo
Posts: 18
Hi,
How can I fetch the data inside a text file located in a url.
For example the file is in http://www.somethinghere.com/sometext.txt
Thanks!
How can I fetch the data inside a text file located in a url.
For example the file is in http://www.somethinghere.com/sometext.txt
Thanks!
0
Comments
In short the process is opening an IP Client to the URL and sending the GET command, spoofing how a browser does this. If you are curious get the program Wire Shark and watch your IP traffic when you run you browser. Then just spoof that on your Netlinx master and you'll have it.
If, however, the file does not open in your browser you'll have more work to do. But here again, use wire shark to follow the IP traffic and you'll be able to recreate it in Netlinx.