Re: 'ls' hanging on paramiko-based sftp server

2008-05-07 Thread Alexander V. Lukyanov
On Mon, May 05, 2008 at 11:27:59AM -0500, Charles Duffy wrote: Per subject. I don't understand what the client is waiting for -- according to 'ls' with debug set, every packet sent has received a response. Could the unhandled 'env' requests be related? I suspect the server sends truncated

Re: 'ls' hanging on paramiko-based sftp server

2008-05-07 Thread Charles Duffy
Alexander V. Lukyanov wrote: On Mon, May 05, 2008 at 11:27:59AM -0500, Charles Duffy wrote: Per subject. I don't understand what the client is waiting for -- according to 'ls' with debug set, every packet sent has received a response. Could the unhandled 'env' requests be related? I suspect

Re: 'ls' hanging on paramiko-based sftp server

2008-05-07 Thread Alexander V. Lukyanov
On Wed, May 07, 2008 at 02:53:53PM -0500, Charles Duffy wrote: Charles Duffy wrote: Alexander V. Lukyanov wrote: I suspect the server sends truncated replies. Please try this patch (against 3.7.2 version). This is, in fact, the case: Status reply lacks `language tag' field ..and