Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 1 of about 1 for tn (0.005 sec.)
21.19. telnetlib --- Telnet クライアント — Python 3.6.5 ドキュメント 9414
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ort Telnet >>> with Telnet ( 'localhost' , 23 ) as tn : ... tn . interact () ... バージョン 3.6 で変更: ... emote account: " ) password = getpass . getpass () tn = telnetlib . Telnet ( HOST ) tn . read_until ( b ... "login: " ) tn . write ( user . encode ( 'ascii' ) + b " \n " ) i ... f password : tn . read_until ( b "Password: " ) tn . write ( passw ...
https://man.plustar.jp/python/library/telnetlib.html - [similar]
PREV 1 NEXT