Send new account name.
(self, password)
| 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).''' |