Hi,

   +-From: "Peter Kronenberg" <[EMAIL PROTECTED]> --
   |_Date: Tue, 5 Aug 2008 12:17:41 -0400 _____________________
   |
   |  I'm a new user of jsch.  Looking at the sample code for ScpFrom, there
   |is the following code:
   |int c=checkAck(in);
   |   if(c != 'C'){
   |   break;
   |  }
   |In most uses of checkAck() (checkAck(in) !=3D 0) means error.  

Ah, the first line should be replaced with "int c=in.read()".


Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
    +1-415-578-3454
Fax +81-22-224-8773
Skype callto://jcraft/

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to