AY> However, it will be possible to work around such a field in JSch side
AY> as OpenSSH has done.  So, I have done a quick hack,
AY>   http://www.jcraft.com/jsch/jsch-0.1.45-sshd.zip
AY> Could you try it?  
AY> # Frankly to say, I have not tried it by myself yet,
AY> # because I don't have enough time to do it.

I checked, it downloads file. In addition, I had to remove
  cnlSFTP.setFilenameEncoding("ISO-8859-15");
because in ChannelSession.setFilenameEncoding()
  if(sversion > 3 ...
changed to
  if(sversion >= 3 ...
No problem with that. I think, it's best to set it to UTF8 in talend
studio to avoid problems.

-- 


------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to