Page 1 of 1

Change of string 1208 - (Automatic FTP transfer mode setting)

Posted: 2025-01-15, 22:37 UTC
by petermad
Currently the text in the Automatic FTP transfer mode setting dialog is:
1208="Transfer the following files in ASCII mode"
ANSI text files are not actually converted into ASCII , but the line feeds are converted from CRLF to LF, so I suggest a change of the string to:
1208="Transfer the following files in Unix mode"
or maybe:
1208="Transfer the following files in Unix mode (CRLF -> LF)"

Re: Change of string 1208 - (Automatic FTP transfer mode setting)

Posted: 2025-01-16, 02:22 UTC
by white
ASCII mode in FTP refers to the standardized transfer format, not necessarily the final storage format. And the conversion is not always just about line endings. EBCDIC systems would perform conversions from and to the EBCDIC character set.

It works like this:
  • The sender converts data from its internal format to a 8-bit ASCII format.
  • Line endings are standardized to CRLF during transfer.
  • The receiver then converts the data from this standardized format to its own internal format.
So the end result might not be conversion at all when transferring files from one system to another. And there could also be a conversion from or to the EBCDIC character set for example.

Re: Change of string 1208 - (Automatic FTP transfer mode setting)

Posted: 2025-01-16, 10:02 UTC
by petermad
2white

Thanks for the clarification. Could you think of a better word than ASCII mode? As you can see, it mislead me, so probably also others.

Re: Change of string 1208 - (Automatic FTP transfer mode setting)

Posted: 2025-01-16, 10:27 UTC
by white
petermad wrote: 2025-01-16, 10:02 UTC Could you think of a better word than ASCII mode?
When connected to an FTP server, you can select the transfer above the file panel. You can select:
  • Automatic mode (specified file types will be transferred using ASCII mode, binary mode is used for the rest)
  • Binary mode
  • Text mode (this is ASCII mode)
Since TC is calling it text mode, it would be consistent to call it that too in the dialog that pops up when you select Automatic mode.

Re: Change of string 1208 - (Automatic FTP transfer mode setting)

Posted: 2025-01-16, 11:39 UTC
by petermad
Since TC is calling it text mode, it would be consistent to call it that too in the dialog that pops up when you select Automatic mode.
I think so too...

Re: Change of string 1208 - (Automatic FTP transfer mode setting)

Posted: 2025-01-17, 09:38 UTC
by JOUBE
Keep your hands off that name. That's what it's called in FTP and everyone who knows it, knows what it means. Don't change it under any circumstances. Don't keep distroying the TC. If you have no idea about a topic, you should not say anything. And if you have no idea about something, you'd better not use it (or search the internet before using (and that is exactly the reason why it must continue to be called exactly that in the Tc)).

Re: Change of string 1208 - (Automatic FTP transfer mode setting)

Posted: 2025-01-17, 11:25 UTC
by white

Moderator message from: white ยป 2025-01-17, 11:22 UTC

JOUBE wrote: 2025-01-17, 09:38 UTC Keep your hands off that name. That's what it's called in FTP and everyone who knows it, knows what it means. Don't change it under any circumstances. Don't keep distroying the TC. If you have no idea about a topic, you should not say anything. And if you have no idea about something, you'd better not use it (or search the internet before using (and that is exactly the reason why it must continue to be called exactly that in the Tc)).
Your post violates the forum rules and guidelines:
  • Rule #4: "Be nice to each other.."
  • Guideline #7: "Don't tell users what they should or should not write.."
For further discussion, please provide arguments on the subject and refrain from making any statements about other users.