Go to file
Eli Barzilay 7d51058755 Use UTF-8 and CRLF in the ftp client
RFC 2640 specifies that all transport strings are assumed UTF-8 if they
can be parsed as such.  To make this complete it should really send a
FEAT and check that the result has "UTF8", but it's kind of redundant
since there's not much else to do if it isn't.

Also, switch to a more correct line endings of CRLF when sending
messages to the server.

original commit: ba48669ead349f3b9454ec12014f7e73d13c49c3
2011-08-05 01:14:16 -04:00
collects Use UTF-8 and CRLF in the ftp client 2011-08-05 01:14:16 -04:00