This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giampaolo.rodola
Recipients alphablue52, eric.smith, giampaolo.rodola
Date 2010-08-17.16:31:28
SpamBayes Score 1.4685303e-10
Marked as misclassified No
Message-id <1282062691.69.0.599425383544.issue9601@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-08-17 16:31:31giampaolo.rodolasetrecipients: + giampaolo.rodola, eric.smith, alphablue52
2010-08-17 16:31:31giampaolo.rodolasetmessageid: <1282062691.69.0.599425383544.issue9601@psf.upfronthosting.co.za>
2010-08-17 16:31:28giampaolo.rodolalinkissue9601 messages
2010-08-17 16:31:28giampaolo.rodolacreate