Guest User

Untitled

a guest
Feb 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. connecting...
  2. connection established!
  3. sending ehlo...
  4. Traceback (most recent call last):
  5. File "telnet_test.py", line 11, in <module>
  6. tn.read_until(b"250")
  7. File "/usr/lib/python3.6/telnetlib.py", line 327, in read_until
  8. return self.read_very_lazy()
  9. File "/usr/lib/python3.6/telnetlib.py", line 403, in read_very_lazy
  10. raise EOFError('telnet connection closed')
  11. EOFError: telnet connection closed
Add Comment
Please, Sign In to add comment