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

2013-05-25 Thread Mark Lawrence

Changes by Mark Lawrence breamore...@yahoo.co.uk:


--
versions: +Python 2.7, Python 3.3, Python 3.4 -Python 2.6, Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue821862
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-08-17 Thread Giampaolo Rodola'

Giampaolo Rodola' g.rod...@gmail.com 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 tracker rep...@bugs.python.org
http://bugs.python.org/issue821862
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2010-08-17 Thread Oleg Broytmann

Oleg Broytmann p...@phd.pp.ru 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 implemented as a 
 FTP class attribute (strict_telnet maybe) defaulting to True.

See the first patch. Default value is False to preserve backward compatibility.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue821862
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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]
http://bugs.python.org/issue821862
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com