Giampaolo Rodola' <g.rod...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6822>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to