My project is to make android app include ftp client function, so I use Apache Commons net library.
English encoding is not problem. but when I use korean, encoding is broken. I think FTP.java source code, 417 line, should have to update. "setControlEncoding(String encoding)" function changes "_controlEncoding" member variable, but "_controlOutput_" member variable's encoding is not changed. So, please check this code. Have a good day :)