[JSch-users] SFTP listing of unix socket files

2012-09-10 Thread Erick Lichtas
I'm using Jsch 0.1.44 for SFTP and have run into some interesting behavior. I believe there is an issue with the handling of unix socket files by JSCH. When doing a listing of a directory that contains a socket file, the file comes back as a directory rather than a file. I'm not sure this is

Re: [JSch-users] SFTP listing of unix socket files

2012-09-10 Thread Peter Kraft
Hi Erick, Below is an email I sent a while back about this same issue. Atsuhiko Yamanaka said the fix would be in the next release. From my reading of the release dates, 0.1.44 was released in 2010, but 0.1.45 (released November of 2011) should have the fix. Thanks, Peter

[JSch-users] java.io.IOException: End of IO Stream Read during key exchange

2012-09-10 Thread Erick Lichtas
Has anyone tried to use JSCH to connect to Smart File for an SFTP transfer? I'm running into an issue where I'm getting what appears to be a race condition during the key exchange. I'm unable to determine if it's an issue with the server, or the JSch API. I'm using JSCH 0.1.44, but have also

Re: [JSch-users] SFTP listing of unix socket files

2012-09-10 Thread Atsuhiko Yamanaka
Hi, +-From: Peter Kraft pe...@oskrafts.org -- |_Date: Mon, 10 Sep 2012 11:50:43 -0400 ___ | |Hi Erick, Below is an email I sent a while back about this same |issue. Atsuhiko Yamanaka said the fix would be in the next |release. From my reading of the release dates, 0.1.44 was

Re: [JSch-users] java.io.IOException: End of IO Stream Read during key exchange

2012-09-10 Thread Atsuhiko Yamanaka
Hi, +-From: Erick Lichtas elich...@linoma.com -- |_Date: Mon, 10 Sep 2012 19:18:06 + __ | |Has anyone tried to use JSCH to connect to Smart File for an SFTP |transfer? I'm running into an issue where I'm getting what appears to |be a race condition during the key