Is there an easy to use telnet library for linux, preferably in C++ or C?
I'm wanting to connect to my server which is a linux box, and send telnet commands to bitflu which runs as a telnet server.

There's one for microsoft .NET but using that would mean I would have to connect to my windows box only to connect back to my linux box, which would seem a ridiculous state of affairs.