Why chdir command doesn't work with client.get_transport() ?

"Martin v. Löwis" martin at v.loewis.de
Tue Feb 5 15:57:26 EST 2008


> Do you think that paramiko can replace telnet in my application? Thanks.

You need to use .invoke_shell(), then send() and recv().

Regards,
Martin



More information about the Python-list mailing list