Re: [JSch-users] resuming file transfer using jsch

2013-05-03 Thread Erick Lichtas
[mailto:jprakashbab...@gmail.com] Sent: Friday, May 03, 2013 3:40 AM To: jsch-users@lists.sourceforge.net Subject: [JSch-users] resuming file transfer using jsch Hi, We are using jsch to transfer huge files from one host to the another. In case there is ssh connection failure, is there a way to

[JSch-users] resuming file transfer using jsch

2013-05-03 Thread Prakash Babu
Hi, We are using jsch to transfer huge files from one host to the another. In case there is ssh connection failure, is there a way to resume this operation from where the copying failed rather than copying the entire file again. thanks, Prakash ---