Re: Use STAT instead of LIST

2007-10-08 Thread Alexander V. Lukyanov
On Sat, Oct 06, 2007 at 09:05:15AM -0400, Jeffrey Litvin wrote: Tried it. With this option it looks like the STAT command gets wiped out and LIST once it fails over to try to use that.. --- CLNT lftp/pre3.6.0.20070920 --- 200 Command okay --- -la Oops. Here is the patch to fix it.

Re: Use STAT instead of LIST

2007-10-06 Thread Jeffrey Litvin
On 10/5/07, Alexander V. Lukyanov [EMAIL PROTECTED] wrote: Try this setting: set ftp:list-options -la Tried it. With this option it looks like the STAT command gets wiped out and LIST once it fails over to try to use that.. --- CLNT lftp/pre3.6.0.20070920 --- 200 Command okay

Re: Use STAT instead of LIST

2007-10-05 Thread Alexander V. Lukyanov
On Thu, Oct 04, 2007 at 08:46:56AM -0400, Jeffrey Litvin wrote: Working Ftp Client: --- STAT -la --- List Complete: 1 KB in 0.63 seconds (2.5 KB/s) Try this setting: set ftp:list-options -la Also on a side note while I was looking at the debug output, I noticed in 3.6.0 and 3.5.14

Re: Use STAT instead of LIST

2007-10-04 Thread Jeffrey Litvin
Hi Alexander, With 3.6.0 I get 503 Bad Sequence of Commands Message returned. Lftp 3.6.0: --- STAT . --- 213 End of Status --- NLST --- 503 Bad sequence of commands. --- PASV Access failed: 503 Bad sequence of commands. Closing data socket Closing control socket Working Ftp