1. Find the configuration file (installation directory)
This is my C:\Program Files\SecureCRSecureFXPortable\Data\Settings\VanDyke\Config\Sessions
2. Modify the session file (.ini file)
Shortcut key search Filenames Always Use UTF8, change the parameters after = to 00000001
3.保存退出重新连接即可
The problem has been bothering me for a long time, and finally I found the solution through my own exploration.
1. Find the SecureFX configuration folder (Options--Global Options, Configuration Folder under General), for example: D:\Program files\SecureCRT\DATA;
2. In the Sessions sub-section under the configuration folder In the directory, (mine is: C:\Documents and Settings\Administrator\Application Data\VanDyke\Config\Sessions) find the Session file (.ini extension) corresponding to the FTP site, double-click to open it;
3. Find Filenames Always Use UTF8, change the parameter after the = sign to 00000001, save and exit.
I feel that SecureFX is not very good at detecting the character encoding of the FTP server. It is necessary to forcefully specify the UTF8 encoding format in the Session configuration file. Moreover, this setting cannot be configured on the GUI interface, so it can only be manually modified in the Session file. Configuration.
The above is the detailed content of Regarding the garbled code problem in Linux SecureFX. For more information, please follow other related articles on the PHP Chinese website!