[issue1726451] ftplib and ProFTPD NLST 226 without 1xx response

Giampaolo Rodola' report at bugs.python.org
Mon Apr 6 15:29:12 CEST 2009


Giampaolo Rodola' <billiejoex at users.sourceforge.net> added the comment:

I keep saying this is not a valid issue.
The 1xx response is supposed to be sent by the server *before* the 226
response, and that's what your log shows:

07:55:03  Cmd: PASV
07:55:03  227: Entering Passive Mode (192,168,1,13,160,7).
07:55:03  Cmd: LIST
07:55:03  150: Opening ASCII mode data connection for file list
07:55:03  226: Transfer complete


After the 226 response the server just shuts up waiting for the client
to send the next command.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1726451>
_______________________________________


More information about the Python-bugs-list mailing list