Opened 15 years ago

Closed 15 years ago

#4208 closed Feature request (rejected)

Smart File Transfer; program determines whether to use ascii or binary

Reported by: Randy Smith Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: Operating system type: Windows
Operating system version:

Description

Add smarts to the program to analyze a file transfer to determine whether to use ASCII or BINARY. I use both Windows and *unix and when transferring files sometimes the conversion doesn't pick the correct Transfer Type.

With "File Transfer Type = Auto", the program should pre-read the file before setting the Transfer Type. If the file is a binary file, then transfer as binary. It the file is text, determine file system type, ie (DOS, UNIX, or Mac). Transfer the file so it has the correct line delimiters on the receiving side. The program should not look at the file name or extension, only at the contents of the file. I'm not sure if this behavoir is covered by the RFC or not.

Change History (1)

comment:1 by Tim Kosse, 15 years ago

Resolution: rejected
Status: newclosed

Analyzing the file contents is far too unreliable. Especially on small files, there would be far too many false classifications.

Thus FileZilla only look at the file extension. You can update the list of extensions in the settings dialog.

Note: See TracTickets for help on using tickets.