> I am using sftp client which is getting hanged sometime at 
> recv function. 
> Probably it is waiting for some control/data message from 
> SSHD server. 
> Please let me know If any of u experienced the same/similar 
> problem and found the solution for that. 
> I wanted to know in what scenarios SSHD server will fail to 
> send data/control packets to sftp clients. 
> 
> r...@kiran new:~# ./strace.ixp2350 -p 2113 
> Process 2113 attached - interrupt to quit 
> recv(16,  <unfinished ...> 
> Process 2113 detached 

Hi,

Most likely the SFTP server has died but the SSH server itself is up and
running. SFTP is a subservice which uses the SSH server to pass the data
to SFTP clients.

Br,

--
perl -e 'print for reverse @{...@{[@{...@{
[...@{[hacker,Perl,Another,Just]}]}]}]}]};'  

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Reply via email to