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

Method cmd_auth

Lib/test/test_ftplib.py:459–462  ·  view source on GitHub ↗

Set up secure control channel.

(self, line)

Source from the content-addressed store, hash-verified

457 self._ccc = False
458
459 def cmd_auth(self, line):
460 """Set up secure control channel."""
461 self.push('234 AUTH TLS successful')
462 self.secure_connection()
463
464 def cmd_ccc(self, line):
465 self.push('220 Reverting back to clear-text')

Callers

nothing calls this directly

Calls 2

secure_connectionMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected