[issue6822] Error calling .storlines from ftplib

Giampaolo Rodola' report at bugs.python.org
Sat Aug 21 19:14:07 CEST 2010


Giampaolo Rodola' <g.rodola at 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 <report at bugs.python.org>
<http://bugs.python.org/issue6822>
_______________________________________


More information about the Python-bugs-list mailing list