utf 8 - JSch to download file with file name in non ASCII characters -


I am using JSS channels SFTP to download files in a local Linux machine from a remote SSP server. When the remote machine has a file with the file name that contains non-ascii characters, is it in the downloaded file? Instead of those non-ascii characters,

for example, a file with the file name - test- æ æææææææææææææææ . TCTCT after downloading on the local machine.

Is there no way, I can maintain non-ASKI characters after downloading or converting them into something more meaningful. Here the problem was that the client was not supporting UTF-8 encoding.

Here, the problem was that the client was not supporting UTF-8 encoding. This problem was resolved by determining the language in the client application in the jvm argument for UTF 8.

Comments