2010/2/9 李�� <[email protected]>: > Thank you for your work on FTPserver. I get a question while I use your > ftpserver-1.0.3.zip. My problem is something wrong on invalid charset when I > transfer my file named by Chinese file name. I have use UTF8 in my program.
FtpServer only supports UTF-8 (and subsets thereof). So, if you use some other encoding, like Big5, you will fail on characters which does not match UTF-8. We have previously discussed having some form of fallback mechanism to a configurable charset, but it has not been implemented. The FTP protocol does not have a way of negotiating the encoding, like for example HTTP. Do you have some clients using UTF-8 and some using some other encodings? Or, does all your clients use the same encoding? /niklas
