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 phd
Recipients
Date 2003-10-11.18:04:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
RFC 959 *requires* to implemet a portion of the telnet
protocol in the command channel. Without this ftlib has
problems interacting with RFC959-compliant server (most
Unix ftp daemons are compliant) if, e.g., a directory
or a filename contains russian characters.

The attched patch implements a minimal requirement (it
doubles chr(255) in the .putline() method), but it
allows a programer to choose if a session will be
strict or not. Default value is "not strict" because
most clients (even Unix clients) do not implemet this
telnet option, and most Windoze servers do not implemet it.

Tested with ProFTPd on GNU/Linux system.
History
Date User Action Args
2007-08-23 15:29:30adminlinkissue821862 messages
2007-08-23 15:29:30admincreate