(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/telnet-objects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/internet.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/SMTP-example.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/genindex.html| ]]
|
Next: 11.10.1 Telnet Objects Up: 11. Internet Protocols and Previous: 11.9.2 SMTP Example
11.10 telnetlib -- Telnet client
The telnetlib module provides a Telnet class that implements the Telnet protocol. See RFC 854 for details about the protocol.
- Telnet ([host[, port]])
- Telnet represents a connection to a telnet server. The instance is initially not connected; the open() method must be used to establish a connection. Alternatively, the host name and optional port number can be passed to the constructor, too. Do not reopen an already connected instance.This class has many read_*() methods. Note that some of them raise EOFError when the end of the connection is read, because they can return an empty string for other reasons. See the individual descriptions below.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/telnet-objects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/internet.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/SMTP-example.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/genindex.html| ]]
|
Next: 11.10.1 Telnet Objects Up: 11. Internet Protocols and Previous: 11.9.2 SMTP Example
Send comments on this document to python-docs@python.org.