Comment 1 for bug 224373

Revision history for this message
John A Meinel (jameinel) wrote : Re: bzr push ftp://www.onlinefilefolder.com/ to a folder path throws exception after creating the first folder

It seems that the server is *supposed* to return a response code of 257, not 250.
250 Requested file action okay, completed.
257 "PATHNAME" created.

According to:
http://www.altools.com/image/support/alftp/ALFTP_35_help/FTP_response_codes_rfc_959_messages.htm

We probably could trap and specifically allow 250. Otherwise it should be considered a bug in the Python standard library ftplib ftp processing.