[issue9601] ftplib should accept 250 on MKD

2010-08-23 Thread Giampaolo Rodola'
Giampaolo Rodola' g.rod...@gmail.com added the comment: This is now fixed in r84288. -- assignee: - giampaolo.rodola resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9601

[issue9601] ftplib should accept 250 on MKD

2010-08-21 Thread Giampaolo Rodola'
Giampaolo Rodola' g.rod...@gmail.com added the comment: Given Antoine comment and the link referencing bzr issue I agree we should fix this now. A patch including tests for parse257 function is in attachment. The exception is now raised only if the response code doesn't fall in the 2xx

[issue9601] ftplib should accept 250 on MKD

2010-08-17 Thread alphablue52
alphablue52 alphablu...@yahoo.de added the comment: 250 is an invalid response to MKD. M$ Windows Server 2003 does it anyways. M$ Windows Server is a rather common OS, and there are people like me how have to live with this. Maybe it should put this into the following words: Please make ftplib

[issue9601] ftplib should accept 250 on MKD

2010-08-17 Thread Giampaolo Rodola'
Giampaolo Rodola' g.rod...@gmail.com added the comment: What IIS version are we talking about? Could you please paste the complete response string other than just the code? I'm asking this because 257 response is supposed to include the name of the created directory. Personally I don't like to

[issue9601] ftplib should accept 250 on MKD

2010-08-17 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Well, given that both replies (expected and actual) are in the 25x category, and that (according to the RFC) “the third digit gives a finer gradation of meaning in each of the function categories, specified by the second digit”, perhaps

[issue9601] ftplib should accept 250 on MKD

2010-08-17 Thread alphablue52
alphablue52 alphablu...@yahoo.de added the comment: Jep I also discovered it by using Bazaar, but apparently it goes down to the ftplib. The bazaar fix works, and here is the response of strato.com (I use bash ftp): ftp open ftp.strato.com Connected to ftp.strato.com. 220 Speak friend, and

[issue9601] ftplib should accept 250 on MKD

2010-08-15 Thread alphablue52
alphablue52 alphablu...@yahoo.de added the comment: Yes. If you send a MKD than Windows Server responses 250, and ftplib generates an Error. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9601

[issue9601] ftplib should accept 250 on MKD

2010-08-15 Thread Giampaolo Rodola'
Giampaolo Rodola' g.rod...@gmail.com added the comment: Where exactly RFC-959 states that 250 is a valid response code for MKD? Chapter 5.4 reports the following response codes: MKD 257 500, 501, 502, 421, 530, 550 -- ___ Python tracker

[issue9601] ftplib should accept 250 on MKD

2010-08-14 Thread Eric Smith
Eric Smith e...@trueblade.com added the comment: Since this is a feature request, it could only be added to 3.2, not the other versions. -- nosy: +eric.smith type: behavior - feature request versions: -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.3

[issue9601] ftplib should accept 250 on MKD

2010-08-14 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +giampaolo.rodola ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9601 ___ ___ Python-bugs-list

[issue9601] ftplib should accept 250 on MKD

2010-08-14 Thread Giampaolo Rodola'
Giampaolo Rodola' g.rod...@gmail.com added the comment: The server responses 250 instead of 257 (which would be correct according to RFC959, ftp) In response to what command? MKD? And what do you mean by tolerate? -- ___ Python tracker

[issue9601] ftplib should accept 250 on MKD

2010-08-13 Thread alphablue52
New submission from alphablue52 alphablu...@yahoo.de: I try to use ftplib for a Webspace running on a Windows Server machine. The server responses 250 instead of 257 (which would be correct according to RFC959, ftp) It would be nice if ftplib could also tolerate the 250 Requested file ation

[issue9601] ftplib should accept 250 on MKD

2010-08-13 Thread alphablue52
Changes by alphablue52 alphablu...@yahoo.de: -- type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9601 ___ ___ Python-bugs-list