Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
7.1k views
in Java FTP by
I am having a problem with sending a file with a "

3 Answers

0 votes
by (161k points)
The control socket's charset is currently set to US-ASCII, so non-ASCII characters won't work.

Can you try setting it to UTF-8?

In FTPControlSocket.java, change "US-ASCII" to "UTF-8" and recompile. Let us know how it goes.

I am having a problem with sending a file with a "
0 votes
by
I hava changed it to ISO-8859-1. It is working fine now. Thanks for your help.
0 votes
by (161k points)
We'll check the standard and see what should be set, and incorporate this into the next release. Did UTF-8 work? - I think the standard says it should be that ...

I hava changed it to ISO-8859-1. It is working fine now. Thanks for your help.

Categories

...