> Do you think that paramiko can replace telnet in my application? Thanks.
You need to use .invoke_shell(), then send() and recv(). Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list
> Do you think that paramiko can replace telnet in my application? Thanks.
You need to use .invoke_shell(), then send() and recv(). Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list