<div dir="ltr">How about ct_telnet? <a href="http://www.erlang.org/doc/man/ct_telnet.html">http://www.erlang.org/doc/man/ct_telnet.html</a></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/8/15 À <span dir="ltr"><<a href="mailto:leechau@126.com" target="_blank">leechau@126.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="line-height:1.7;font-size:14px;font-family:arial"><div style="line-height:1.7;font-size:14px;font-family:arial">
Hi, guys,<div><br></div><div>I am new for Erlang and I wonder if there are any libraries providing APIs like:</div><div><span style="font-size:14px;line-height:1.7"><br></span></div><div><span style="font-size:14px;line-height:1.7">    Handle = telnet_module:connect(Ip, Port, Username, Password).</span></div>
<div>    {ok, Msg} = telnet_module:send(Handle, Command).</div><div>    {ok, close} = telnet_module:close(Handle).</div><div><br></div><div>Someone recommends ct_telnet, but this module seems mainly for test purpose (common test?) and associated closely with eunit. And I can't find any documents about how to configure the target server(including ip, port, username, password, etc.). Some examples show they are specified in a configuration file, but I am not quite sure.</div>
<div><br><
 /div><div>There is also a getty.erl (<a href="http://ftp.sunet.se/pub/lang/erlang/examples/small_examples/getty.erl" target="_blank">http://ftp.sunet.se/pub/lang/erlang/examples/small_examples/getty.erl</a>), but I find it is actually a tcp server and has nothing to do with connecting to a telnet server.</div>
<div><br></div><div>Maybe I can use "telnet" command of shell as the client and use open_port/port_command/port_close to communicate with remote peer?</div><div><br></div><div>Thanks a lot!</div></div></div><br>
<br><span title="neteasefooter"><span></span></span></div><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>