Hi everyone, 

I have problems running the example file ScpTo: it hangs in the checkAck() 
method anytime that method is called on the line indicated below.

 

 static int checkAck(InputStream in) throws IOException{

     int b=in.read();          <-- Hangs here

     if(b=0) return b;

     ...
}

I found another message in the mailing archive explaining the same problem, but 
couldn't find the answer to it. Has anyone already encountered and solved this 
problem? I would very much appreciate your help!

Regards,
Sorina




      
-------------------------------------------------------------------------
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