Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3k views
in Java FTP by (180 points)
hello sir

I am using edtjFTP API in our application for ftp program(java)
our requirement is to download the required files from server(any server),
modify them and then upload to the server(any server).

Application is running in Linux operating system, uses java technologies
and Apache Tomcat web server.

Using all the above technologies our application is running perfectly.
But when the server in which it is running was set language to japanese,it
is giving an Unparseable Exception .

So i wanted to know is there any option in edtjFTP API, so that we can run
the application if the server(System) language is set to japanese.

Note : Application is running perfectly when the server(System) language
is set to english.

Please replay me and ur help on this will be appreciated.

thank u
With Regards
Gurunath R. Kumbar
________
Mexicocity Hotel

1 Answer

0 votes
by (162k points)
You haven't given much info about the error, but try setControlEncoding() and perhaps setParserLocale() if the problem is directory listings.

For setControlEncoding you need to supply a charset (see http://java.sun.com/j2se/1.4.2/docs/api ... arset.html)


So i wanted to know is there any option in edtjFTP API, so that we can run
the application if the server(System) language is set to japanese.

Note : Application is running perfectly when the server(System) language
is set to english.

Please replay me and ur help on this will be appreciated.

thank u
With Regards
Gurunath R. Kumbar

Categories

...