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 include workarounds for stupid implementations like 
this.
If IIS erroneously replies with 250 then maybe it doesn't even include the 
directory name in which case FTP.mkd method is completely useless for you and 
you can just work around the exception by using FTP.sendcmd('MKD dirname') 
instead.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9601>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to