(self, arg)
| 266 | self.push('200 opts ok') |
| 267 | |
| 268 | def cmd_mlsd(self, arg): |
| 269 | self.push('125 mlsd ok') |
| 270 | self.dtp.push(MLSD_DATA) |
| 271 | self.dtp.close_when_done() |
| 272 | |
| 273 | def cmd_setlongretr(self, arg): |
| 274 | # For testing. Next RETR will return long line. |
nothing calls this directly
no test coverage detected