[issue9601] ftplib should accept 250 on MKD

alphablue52 report at bugs.python.org
Sat Aug 14 05:41:59 CEST 2010


New submission from alphablue52 <alphablue52 at 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 okay, completed" code, since I cannot change the server (or beat that M$ programmer).

Thanks!

----------
components: Library (Lib)
messages: 113866
nosy: alphablue52
priority: normal
severity: normal
status: open
title: ftplib should accept 250 on MKD
versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9601>
_______________________________________


More information about the Python-bugs-list mailing list