[issue1576598] ftplib doesn't follow standard

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: Mark, it’s helpful to set the superseder field when closing as duplicate. Thanks in advance :) -- nosy: +eric.araujo superseder: -> ftplib: Strict RFC 959 (telnet in command channel) ___ Python tracker

[issue1576598] ftplib doesn't follow standard

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: There's a patch on issue821862. -- dependencies: -ftplib: Strict RFC 959 (telnet in command channel) nosy: +BreamoreBoy resolution: -> duplicate status: open -> closed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 _

[issue1576598] ftplib doesn't follow standard

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- dependencies: +ftplib: Strict RFC 959 (telnet in command channel) status: pending -> open ___ Python tracker ___ __

[issue1576598] ftplib doesn't follow standard

2009-03-30 Thread Denis S. Otkidach
Denis S. Otkidach added the comment: Yes, it's a problem in Python library. I believe the patch proposed by Oleg in the issue821862 is the best solution to it. -- ___ Python tracker _

[issue1576598] ftplib doesn't follow standard

2009-03-30 Thread Oleg Broytmann
Oleg Broytmann added the comment: This is a duplicate of the issue http://bugs.python.org/issue821862 -- nosy: +phd ___ Python tracker ___

[issue1576598] ftplib doesn't follow standard

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Denis, can you confirm this is a Python issue? I'll close this otherwise. -- nosy: +ajaksu2 stage: -> test needed status: open -> pending type: -> behavior versions: +Python 2.6 ___ Python tracker

[issue1576598] ftplib doesn't follow standard

2008-03-19 Thread Giampaolo Rodola'
Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: I think the problem you described is up to the FTP server implementation which does not have unicode support. The telnet protocol is used in FTP only when dealing with ABOR and STAT commands. It has nothing to do with pathnames. --