[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [5.1.4] Recommended way to work with Telnet server?
- From: Gilles Ganault <gilles.ganault@...>
- Date: Tue, 22 Feb 2011 12:37:18 +0100
Hello
I need to write a script to interact with a Telnet-based server:
http://ofps.oreilly.com/titles/9780596517342/ch20.html
Alternatively, the server can also be reached through URLs, but the
client must support cookies.
I'd like to know if LuaSocket is the best solution for this, or if I
should look at another add-on.
Thank you.