sri - 2007-06-19

Hi,

I am using jsch 1.25 version for my project and while getting files( Size 1.6 GB to 2.5 GB) from remote machine the SFTP get operation is failing with the following error. Would appreciate if some is aware of this problem. I also tried the same with jsch 1.33 version and the problem persists.

==============================================================================================================
2007-06-15 19:39:32,698 ERROR - secdb
2007-06-15 19:39:32,698 ERROR - at com.jcraft.jsch.ChannelSftp._get(ChannelSftp.java:807)
2007-06-15 19:39:32,698 ERROR - at com.jcraft.jsch.ChannelSftp.get(ChannelSftp.java:676)
2007-06-15 19:39:32,699 ERROR - at com.lucent.iems.omch.SwDwLoadUtility.sftpGet(SwDwLoadUtility.java:1317)
2007-06-15 19:39:32,699 ERROR - at com.lucent.iems.omch.SwDwLoadUtility.importFilesForSftp(SwDwLoadUtility.java:1004)
2007-06-15 19:39:32,699 ERROR - at com.lucent.iems.action.omch.ImportFiles__1_0.controlImportFiles(ImportFiles__1_0.java:804
==============================================================================================================

Regards