MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / acct

Method acct

tools/python-3.11.9-amd64/Lib/ftplib.py:542–545  ·  view source on GitHub ↗

Send new account name.

(self, password)

Source from the content-addressed store, hash-verified

540 return self.voidresp()
541
542 def acct(self, password):
543 '''Send new account name.'''
544 cmd = 'ACCT ' + password
545 return self.voidcmd(cmd)
546
547 def nlst(self, *args):
548 '''Return a list of files in a given directory (default the current).'''

Callers

nothing calls this directly

Calls 1

voidcmdMethod · 0.95

Tested by

no test coverage detected