[issue821862] ftplib: Strict RFC 959 (telnet in command channel)

2013-05-25 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.3, Python 3.4 -Python 2.6, Python 3.1 ___ Python tracker ___ ___ Python

[issue821862] ftplib: Strict RFC 959 (telnet in command channel)

2010-08-17 Thread Oleg Broytmann
Oleg Broytmann added the comment: > 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 implemen

[issue821862] ftplib: Strict RFC 959 (telnet in command channel)

2010-08-17 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Other than IAC what other chars need to be doubled? As an alternative to a brand new TelnetFTP class this can be implemented as a FTP class attribute ("strict_telnet" maybe) defaulting to True. -- ___ Python trac

[issue821862] ftplib: Strict RFC 959 (telnet in command channel)

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.1 -Python 2.4 ___ Python tracker ___ _

[issue821862] ftplib: Strict RFC 959 (telnet in command channel)

2009-03-30 Thread Oleg Broytmann
Oleg Broytmann added the comment: Since I've created the issue I found there are different servers even in Unix. ProFTPd (and, I believe wu-ftpd) strictly implement telnet-in-command channel, they even don't have an option to turn it off. PureFTPd doesn't implement it. On the client side - lftp

[issue821862] ftplib: Strict RFC 959 (telnet in command channel)

2008-09-21 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' <[EMAIL PROTECTED]>: -- nosy: +giampaolo.rodola ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bug