It seems that SSHFTPClient cannot put/get non-latin filenames to a Server
I can succesfully upload/download non-latin filenames to the same server using CuteFTP Client via SFTP (SSH2) Protocol but via the SSHFTPClient API the filename is uploaded to the Server as => "????????????.???"
It seems that SSHFTPClient does not have a "setControlEncoding()" method like FTPClient has
Of course the same problem applies to creating directories on the FTP Server
Is there a solution to my problem ?
Thanks.