This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loafman
Recipients
Date 2007-05-27.15:06:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When ProFTPD and others do an NLST on an empty directory, they return a '226 Transfer Complete' without a 1xx response following (passive mode).  They also may reset the connection, producing a '104, Connection reset by peer'.  This patch corrects the 226 without 1xx response.  Due to bug reports on ProFTPD indicating that the connection reset may be their issue, this patch does not address that problem.
History
Date User Action Args
2007-08-23 15:58:34adminlinkissue1726451 messages
2007-08-23 15:58:34admincreate