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

Polish translation update for lftp 3.7.1

2008-05-07 Thread Jakub Bogusz
Hello, Here is pl.po update for lftp 3.7.1, please apply. -- Jakub Boguszhttp://qboosh.pl/ --- lftp-3.7.1/po/pl.po.orig2008-04-18 09:59:20.0 +0200 +++ lftp-3.7.1/po/pl.po 2008-05-06 21:24:52.666286137 +0200 @@ -1,16 +1,16 @@ # Polish translation of lftp. # Copyright (C)

lftp expecting STATUS[EOF] after READDIRs [was: 'ls' hanging on paramiko-based sftp server]

2008-05-07 Thread Charles Duffy
To follow up -- it looks like the STATUS fields sent by Paramiko following the directory list results have a non-EOF status (perhaps OK?), while lftp expects only EOF. Since this works correctly with other SFTP clients (including the official one from the OpenSSH project), I'm inclined to

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

ftp in as400

2008-05-07 Thread Pinkhasov, Zina
Hi Alex. We converted from UNIX to LINUX Can you give me an explanation why FTP transfer files from AS400 is giving me an extra byte at the end? Is there a command to get rid of that byte with FTP? Or should this file be transferred in EBSIDIC and then converted?? I appreciate the

RE: lftp expecting STATUS[EOF] after READDIRs [was: 'ls' hanging on paramiko-based sftp server]

2008-05-07 Thread Charles Duffy
Yes, and that resolved the issue -- I'm not sure why the post reporting such hasn't gone through yet, while this (old) post with a misdiagnosis went through today. -- Charles Duffy Systems Engineering [EMAIL PROTECTED] http://www.messageone.com Dell MessageOne 11044 Research Blvd Building C,

Re: Polish translation update for lftp 3.7.1

2008-05-07 Thread Alexander V. Lukyanov
On Tue, May 06, 2008 at 09:36:41PM +0200, Jakub Bogusz wrote: Here is pl.po update for lftp 3.7.1, please apply. Patch applied. Thanks! -- Alexander.

Re: ftp in as400

2008-05-07 Thread Alexander V. Lukyanov
On Wed, May 07, 2008 at 04:14:14PM -0400, Pinkhasov, Zina wrote: Can you give me an explanation why FTP transfer files from AS400 is giving me an extra byte at the end? Have you tried ascii mode transfers? (get -a) -- Alexander.

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