Tagged Questions
2
votes
2answers
714 views
ascii mode ftp between two linux boxes does undesired CRLF translation
Using the FTP command I transferred an xml file from a Red Hat Enterprise Linux box which happens to be in Europe to another RHEL box in the United States. I didn't specify a transfer mode so it ...
6
votes
7answers
2k views
What's the point of ASCII mode in FTP?
Why is there an ASCII mode in FTP, which is prevalent in today's software and FTP implementations? Why not just always use binary regardless of the data?