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 Client:
---> STAT -la
<--- List Complete: 1 KB in 0.63 seconds (2.5 KB/s)

Also on a side note while I was looking at the debug output, I noticed in
3.6.0 and 3.5.14 FEAT is being sent twice, once before the user is logged in
which fails, then once after and is successful.

---- Connecting to ftp (x.x.x.x) port 21
<--- 220 Welcome
---> FEAT
<--- 530 Not logged in.
...........
---> USER jeff
<--- 331 Password required for jeff.
 ---> PASS xxxx
<--- 230- Welcome
<--- 230 jeff logged in successfully.
 ---> FEAT
Works now!

Thanks,
Jeff



On 10/2/07, Alexander V. Lukyanov <[EMAIL PROTECTED]> wrote:
>
> On Mon, Oct 01, 2007 at 09:59:23AM -0400, Jeffrey Litvin wrote:
> > My ftpd administrator recently disabled the use of the LIST command and
> > wants STAT used instead.
>
> You can try lftp 3.6.0 pre-release. It uses STAT by default and falls back
> to LIST if needed.
>
> --
>    Alexander.
>

Reply via email to