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 giampaolo.rodola, ods, phd
Date 2010-08-17.16:20:37
SpamBayes Score 0.00010657922
Marked as misclassified No
Message-id <1282062039.25.0.289710293323.issue821862@psf.upfronthosting.co.za>
In-reply-to
Content
> Other than IAC what other chars need to be doubled?

Only IAC must be doubled. Also there have to be a special prefix for urgent (out-of-bound) commands (ABORt); I didn't implement that.

> As an alternative to a brand new TelnetFTP class this can be implemented as a FTP class attribute ("strict_telnet" maybe) defaulting to True.

See the first patch. Default value is False to preserve backward compatibility.
History
Date User Action Args
2010-08-17 16:20:39phdsetrecipients: + phd, ods, giampaolo.rodola
2010-08-17 16:20:39phdsetmessageid: <1282062039.25.0.289710293323.issue821862@psf.upfronthosting.co.za>
2010-08-17 16:20:37phdlinkissue821862 messages
2010-08-17 16:20:37phdcreate