when trying to fetch a directory with a file with an invalid charset from an ftp server the whole directory is skiped. Is it possible to skip just the one file?
After changing the file name, I got another error message on another file:
-----------
Die Datei "ftp://thomas@192.168.188.76/home/thomas/Downloads/FA Einzugsermächtigung 2023.pdf" kann nicht gelesen werden.<br>
Die Zeichenkodierung konnte nicht automatisch erkannt werden: /home/thomas/Downloads/FA Einzugsermächtigung 2023.pdf
---
Translation: The character encoding could not be detected automatically
The � character is an ANSI-encoded "ä" stored on the server, decoded as UTF8 by the client (FFS). In other words it's corrupted data from FreeFileSync's perspective. The simplest fix would be to delete the file and upload again. This time it will be correctly UTF8-encoded.
Die Zeichenkodierung konnte nicht automatisch erkannt werden: /home/thomas/Downloads/FA Einzugsermächtigung 2023.pdf
---
Translation: The character encoding could not be detected automatically
thbenner, 26 Feb 2023, 10:15
Is it possible to switch it to ANSI instead? Whenever a file is saved on the debian homeserver, the filename seems to be Ansi encoded.
thbenner, 26 Feb 2023, 15:05
This seems to be a bug of the FTP app that saved this file. Apparently the connection was UTF8, but the app sent the file name as ANSI instead.