Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
193 views
in .NET FTP by (161k points)
closed by

A customer asks:

We have a Chinese customer who has difficulties when sending files with Chinese characters in the filename- they are replaced with question marks.

closed with the note: question answered

1 Answer

0 votes
by (161k points)
 
Best answer
The best thing to try is forcing the server to use UTF8 and setting the client to use UTF8.

SecureFTPConnection will try to force the server to use UTF8 (1) the CommandEncoding property is set to UTF8 before connecting and (2) the AutoFeatures property is set to true.  If these conditions are met then you should see the client sending the command "FEAT" and, if the OPTS feature is supported, "OPTS UTF8 ON".  If the server responds with a 200 then it should work.

Categories

...