Shixian Li
Shixian Li
@giampaolo Addition: I tested setting up a server on Linux and accessing the FTP server by using Explorer on Windows, but the garbled text issue still exists. However, on Ubuntu,...
@giampaolo On FileZilla, both upload and download is ok: 
@giampaolo Retrun this: ```bash K:\git\oppo\pyftpdlib-1.5.9>python -m pyftpdlib -wp 2121 -D K:\git\oppo\pyftpdlib-1.5.9\pyftpdlib\authorizers.py:108: RuntimeWarning: write permissions assigned to anonymous user. self._check_permissions(username, perm) [I 2024-06-21 21:17:45] concurrency model: async [I 2024-06-21 21:17:45] masquerade...
@giampaolo , I don't know if you noticed my previous reply, I can fix this garbled problem with a hardcoded, but I don't know if this is a minimal change....
@giampaolo : Amazing! It worked. By the way, to make the program work, I need to change the line: ```python address = ('127.0.0.1', 2121) ``` ---- And I tried to...
@giampaolo Bad news! I found that files containing specific Chinese nouns failed to be copied, and it has nothing to do with the content of the file. I tested with...
@giampaolo 👍 Test ok on Python-3.6.8-amd64 and Python-3.8.10-amd64. Thank you very much! :) You may have already decided, but I would like to ask one more question, do you plan...
@giampaolo > What PyOpenSSL version have you installed? I'm using the built-in "ssl" library of Python-3.6.8, so I can't find it in pip. (And I didn't find a version infomation...
Update: The version where the problem occurred appeared in 8.6.0, but not in 8.5.8, in Windows 7.
When I turn on the "Use DirectWrite" switch, the bug appeared that the spaces are displayed narrower: > Settings - Preferences - MISC - Use DirectWrite Screen recording of the...