Comment 4 for bug 224373

Revision history for this message
alphablue52 (torsten-doerschel) wrote :

Cause of bug:
Windows Server does not respond according to RFC959 with code 257 for a successful directory creation but 250.
That causes python ftplib to raise the error.
That in turn keeps bazaar from using windows server ftp webspace.

This effects all Strato users, like me.

Suggested solution:
go for a "try" in python!

Sorry, I am learning python myself right now and want to use bazaar+webspace for my project. Central repo required b/c I develop on different desktops (home, 2*work). No rights to install another VCS on my webspace.
Please please! As far as I can see this is easy to fix! But I don't know how to browse bzr code, and create+submit a patch here. For me this is a critical bug!