Changes between Version 27 and Version 28 of help/en/howto/ftp
- Timestamp:
- Sep 17, 2010 8:09:10 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/ftp
v27 v28 9 9 == Character Encoding == 10 10 11 The character encoding used to parse directory listings can be set as a per bookmark setting. See [wiki:help/en/problems#SpecialcharacterssuchasUmlautearentdisplayedcorrectlyinthebrowser problems].11 The character encoding used to parse directory listings can be set as a per bookmark setting. If special characters such as Umlaute aren't displayed correctly in the browser, try to change the character encoding used. See ''View → Text Encoding''. Try {{{UTF-8}}} (the default), {{{ISO-8859-1}}} and {{{Windows-1252}}}. 12 12 13 13 == TLS Connections (FTPS) == … … 65 65 The error message {{{FTP Error: SITE not understood}}} or similar is displayed. The server does not support this feature (which is an optional extension to the FTP protocol) and can not be used. 66 66 67 === Special characters such as Umlaute ===68 If characters aren't displayed correctly in the browser, try to change the character encoding used. See ''View → Text Encoding''. Try {{{UTF-8}}} (the default), {{{ISO-8859-1}}} and {{{Windows-1252}}}.69 70 67 === Make file listing parsers whitespace aware === 71 68