Talk:Data Type

From FileZilla Wiki
Revision as of 20:02, 11 February 2012 by CodeSquid (talk | contribs) (Reverted edits by 193.105.210.170 (talk) to last revision by Randyrls)
Jump to navigationJump to search

I cannot (at least I don't know how) to upload text-file as a binary one. As result, the text files come to server corrupted. Indeed I was forced to reject from FileZilla for this type of uploading and use another tool. The FZ has to resolve this task.

Data Type recognition

It is time to abandon the File Extension as a data type identifier. I would propose that the program examine the data file prior to transmission to see what kind of file it is and what set up is needed to send the file correctly to the destination.

In these cases the file should be converted to a standard format (Text) and transmitted to the destination as a valid Text file. on the destination.

  • *NIX text file
  • Windows/DOS text file
  • Apple text file


IN these cases, the file should be sent in binary form.

  • Images, compressed files and other binary data streams.

I deal with a lot of data files on a regular basis. I need to be able to make sure the file arrives as a valid data file on the destination.
Under present conditions, I have a program that I pre-process files with to make sure they are the correct data format.

--Randy Smith aka Randyrls 12:57, 16 March 2010 (UTC)