Re: [5.1.4] Recommended way to work with Telnet server?
[
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: 2011年2月22日 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.
>
>