lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.
> 
>