[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [5.1.4] Recommended way to work with Telnet server?
- From: Justin Cormack <justin@...>
- Date: Tue, 22 Feb 2011 11:50:13 +0000
Telnet is just a socket, so should be fine! The response parsing is
going to be most of the work...
Justin
On Tue, 2011-02-22 at 12:37 +0100, Gilles Ganault wrote:
> 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.
>
>