MCPcopy Index your code
hub / github.com/python/cpython / cmd_ccc

Method cmd_ccc

Lib/test/test_ftplib.py:464–467  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

462 self.secure_connection()
463
464 def cmd_ccc(self, line):
465 self.push('220 Reverting back to clear-text')
466 self._ccc = True
467 self._do_ssl_shutdown()
468
469 def cmd_pbsz(self, line):
470 """Negotiate size of buffer for secure data transfer.

Callers

nothing calls this directly

Calls 2

_do_ssl_shutdownMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected