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