[issue1576598] ftplib doesn't follow standard

2010-08-24 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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

2010-08-24 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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

[issue1576598] ftplib doesn't follow standard

2009-05-12 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- dependencies: +ftplib: Strict RFC 959 (telnet in command channel) status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1576598

[issue1576598] ftplib doesn't follow standard

2009-03-30 Thread Denis S. Otkidach
Denis S. Otkidach denis.otkid...@gmail.com 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 rep...@bugs.python.org

[issue1576598] ftplib doesn't follow standard

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

[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. --