Re: [NET] [PATCH] FTPClient to work with FTP servers using a Japanese locale. [UPDATE]

2004-08-19 Thread Daniel F. Savarese
In message [EMAIL PROTECTED], Steve Cohen writes: A diff -u patch file is best. Please don't send the actual files. cvs diff -u [files] patchfile.txt As a reminder, we've previously vetoed changes of this sort (in FTP.java): public int sendCommand(String command, String args) throws

[NET] [PATCH] FTPClient to work with FTP servers using a Japanese locale. [UPDATE]

2004-08-18 Thread Leif Mortenson
Doing some testing with other Japanese FTP servers, I found that I was correct about there being lurking problems with character encodings. The FTPClient does provide a method to set the control encoding: setControlEncoding(). But that encoding was not being used in a lot of places.