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 amaury.forgeotdarc, aymanhs, giampaolo.rodola, pitrou, rdevaughn, vstinner
Date 2010-08-21.17:14:04
SpamBayes Score 1.9832813e-05
Marked as misclassified No
Message-id <1282410847.11.0.996823726695.issue6822@psf.upfronthosting.co.za>
In-reply-to
Content
Just my 2 cents to add that FTP ASCII mode should consists in nothing but replacing os.sep in "\r\n" before sending file data.
The opposite operation must be done by the receiving peer which has to read the data from the socket and replace "\r\n" with os.sep.
That should be all: no further conversion should be done against the data.
History
Date User Action Args
2010-08-21 17:14:07giampaolo.rodolasetrecipients: + giampaolo.rodola, amaury.forgeotdarc, pitrou, vstinner, aymanhs, rdevaughn
2010-08-21 17:14:07giampaolo.rodolasetmessageid: <1282410847.11.0.996823726695.issue6822@psf.upfronthosting.co.za>
2010-08-21 17:14:05giampaolo.rodolalinkissue6822 messages
2010-08-21 17:14:04giampaolo.rodolacreate