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 andrei.avk
Recipients andrei.avk, hugochiaxyz8, terry.reedy
Date 2021-07-04.01:15:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625361332.52.0.268530196531.issue43418@roundup.psfhosted.org>
In-reply-to
Content
This is an issue with cowrie, I've commented on it here: https://github.com/cowrie/cowrie/issues/1394 .

In short, cowrie overrides FTP class and opens `self.file` in binary mode. Various FTP methods will break or work incorrectly if `self.file` is in binary mode.

This can be closed as not a bug.
History
Date User Action Args
2021-07-04 01:15:32andrei.avksetrecipients: + andrei.avk, terry.reedy, hugochiaxyz8
2021-07-04 01:15:32andrei.avksetmessageid: <1625361332.52.0.268530196531.issue43418@roundup.psfhosted.org>
2021-07-04 01:15:32andrei.avklinkissue43418 messages
2021-07-04 01:15:31andrei.avkcreate