Giampaolo Rodola' <billiej...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue1726451>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to