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

Method acct

Lib/ftplib.py:536–539  ·  view source on GitHub ↗

Send new account name.

(self, password)

Source from the content-addressed store, hash-verified

534 return self.voidresp()
535
536 def acct(self, password):
537 '''Send new account name.'''
538 cmd = 'ACCT ' + password
539 return self.voidcmd(cmd)
540
541 def nlst(self, *args):
542 '''Return a list of files in a given directory (default the current).'''

Callers 1

test_acctMethod · 0.80

Calls 1

voidcmdMethod · 0.95

Tested by 1

test_acctMethod · 0.64