Opened 18 years ago
Last modified 18 years ago
#1190 closed Bug report
Cannot use Chinese in user description
Reported by: | mht208 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Server |
Keywords: | Cc: | mht208, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
I'm using FileZilla Server v0.9.20 on Windows XP SP2. In "Shared Folders", I can use Chinese in both directories and aliases. However, if I add a new user in "Users", type some Chinese characters in the description and click OK, then I get the following error message and the user is not added.
Protocol error: Invalid data, could not import account settings.
Could not change account settings
Steps to reproduce:
- Open FileZilla Server Interface
- Go to Edit -> Users
- Add a new user
- Add "ä¸æ–‡" to the description field
- Click OK
If I modify "FileZilla Server.xml" directly and restart the service, I get the following message when I want to enter the "Users" setting.
Retrieving account settings, please wait...
Done retrieving account settings
Protocol error: Invalid data
Steps to reproduce:
- Open "FileZilla Server.xml" in an editor
- Add an user manually.
<User Name="test">
<Option Name="Pass"/>
<Option Name="Group"/>
<Option Name="Bypass server userlimit">0</Option>
<Option Name="User Limit">0</Option>
<Option Name="IP Limit">0</Option>
<Option Name="Enabled">1</Option>
<Option Name="Comments">ä¸æ–‡</Option>
<Option Name="ForceSsl">0</Option>
<IpFilter>
<Disallowed/>
<Allowed/>
</IpFilter>
<Permissions/>
<SpeedLimits DlType="0" DlLimit="10" ServerDlLimitBypass="0" UlType="0" UlLimit="10" ServerUlLimitBypass="0">
<Download/>
<Upload/>
</SpeedLimits>
</User>
- Go to Control Panel -> Administrative Tools -> Services and restart "FileZilla Server FTP server"
- Open "FileZilla Server Interface"
- Click the "Users" icon in the toolbar
Thanks for reporting, will be fixed in the next version. A snapshot has been uploaded to http://filezilla.sourceforge.net/snapshots/FileZilla_Server.exe