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 alphablue52
Recipients alphablue52, eric.smith, giampaolo.rodola, pitrou
Date 2010-08-17.18:27:29
SpamBayes Score 0.0070683444
Marked as misclassified No
Message-id <1282069651.69.0.834348893263.issue9601@psf.upfronthosting.co.za>
In-reply-to
Content
Jep I also discovered it by using Bazaar, but apparently it goes down to the ftplib. The bazaar fix works, and here is the response of strato.com (I use bash ftp):

ftp> open ftp.strato.com
Connected to ftp.strato.com.
220 Speak friend, and enter
Name (ftp.strato.com:ich): me@mywebsite.com
331 FTP login okay, send password.
Password:
230 User logged in, proceed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> mkdir test
250 Directory created.
History
Date User Action Args
2010-08-17 18:27:31alphablue52setrecipients: + alphablue52, pitrou, eric.smith, giampaolo.rodola
2010-08-17 18:27:31alphablue52setmessageid: <1282069651.69.0.834348893263.issue9601@psf.upfronthosting.co.za>
2010-08-17 18:27:30alphablue52linkissue9601 messages
2010-08-17 18:27:29alphablue52create