Opened 21 years ago
Last modified 21 years ago
#566 closed Bug report
ASCII file transfers do not work
Reported by: | qqqmac | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | qqqmac, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
OS of client: windows XP
OS of server: HP-UX 11
Filezilla version: 2.2.3
I tried to transfer a file with a txt extension from
windows PC to HP-UX server, using transfer type Auto-
detect and transfer type ASCII. In both occasions, the
file was transferred in binary mode leaving DOS line
terminators in the file on the server.
Note:
See TracTickets
for help on using tickets.
As specified in the FTP standard, the ascii format has the
dos line endings (CRLF), thus it's up to the server to
convert the line endings to its internal representation upon
receiveing the file if ascii mode is set.