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 Nataly.Glazyrina
Recipients Nataly.Glazyrina
Date 2013-04-24.15:48:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366818492.16.0.0758533626758.issue17831@psf.upfronthosting.co.za>
In-reply-to
Content
When I try to open file from ftp by path like 
'ftp://domain\user:password@my.path'

line 
'fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]|")'

changes 'domain\user' to 'domain%5Cuser' and brokes username.
As a result - error 530 on login to ftp.
History
Date User Action Args
2013-04-24 15:48:12Nataly.Glazyrinasetrecipients: + Nataly.Glazyrina
2013-04-24 15:48:12Nataly.Glazyrinasetmessageid: <1366818492.16.0.0758533626758.issue17831@psf.upfronthosting.co.za>
2013-04-24 15:48:12Nataly.Glazyrinalinkissue17831 messages
2013-04-24 15:48:11Nataly.Glazyrinacreate