[EMAIL PROTECTED] wrote:
Thanks for the fast reply Nicolas
Here is some extra debug output
[EMAIL PROTECTED] Ecc]$ lftp b004 lftp b004:~> user b004 Password: lftp [EMAIL PROTECTED]:~> debug 9 lftp [EMAIL PROTECTED]:~> ls *.dir ---- Connecting to b004 (192.168.8.200) port 21 <--- 220 troi_a.leica.nl FTP Server (Version 5.4) Ready. ---> AUTH TLS <--- 502 AUTH is unimplemented. ---> USER b004 <--- 331 Username b004 requires a Password ---> PASS XXXX <--- 230 User logged in. ---> PWD <--- 257 "USER$DISK:[B004.MANAGER]" is current directory. ---> CWD USER$DISK:[B004.MANAGER]/USER$DISK:[B004.MANAGER]/USER$DISK:[B004.MANAGER] <--- 550-Failed to set default directory to USER$DISK:[B004.MANAGER]/USER$DISK:[B004.MANAGER]/USER$DISK:[B004.MANAGER]. <--- 550 file specification syntax error ls: Access failed: 550 file specification syntax error (*.dir) lftp [EMAIL PROTECTED]:~> dir *.dir ---> PASV <--- 227 Entering Passive Mode (192,168,8,200,240,220) ---- Connecting data socket to (192.168.8.200) port 61660 ---> LIST *.dir <--- 150 Opening data connection for *.dir (192.168.8.7,33588) <--- 226 LIST Directory transfer complete.
Directory USER$DISK:[B004.MANAGER]
DT.DIR;1 1/9 24-APR-2002 14:43:47 [B004] (RWE,RWE,RE,E) NETSCAPE.DIR;1 2/9 25-APR-2001 16:03:24 [B004] (RWED,RWED,RE,E) SSH2.DIR;1 1/9 2-MAR-2004 09:21:33 [B004] (RWED,RWED,,) _MOZILLA.DIR;1 1/9 23-APR-2002 15:57:56 [B004] (RWE,RWE,RE,E)
Total of 4 files, 5/36 blocks
---- Closing data socket
lftp [EMAIL PROTECTED]:~> cd user$disk:[b004]
---> CWD user$disk:[b004]
<--- 250-CWD command successful.
<--- 250 New default directory is USER$DISK:[B004]
cd ok,
cwd=USER$DISK:[B004.MANAGER]/user$disk:[b004]/USER$DISK:[B004.MANAGER]/user$disk:[b004]/USER$DISK:[B004.MANAGER]/user$disk:[b004]
lftp
[EMAIL PROTECTED]:~/user$disk:[b004]/USER$DISK:[B004.MANAGER]/user$disk:[b004]/USER$DISK:[B004.MANAGER]/user$disk:[b004]>
ls *.dir
---> CWD
USER$DISK:[B004.MANAGER]/user$disk:[b004]/USER$DISK:[B004.MANAGER]/user$disk:[b004]/USER$DISK:[B004.MANAGER]/user$disk:[b004]
<--- 550-Failed to set default directory to
USER$DISK:[B004.MANAGER]/user$disk:[b004]/USER$DISK:[B004.MANAGER]/user$disk:[b004]/USER$DISK:[B004.MANAGER]/user$disk:[b004].
<--- 550 file specification syntax error
ls: Access failed: 550 file specification syntax error (*.dir)
lftp
[EMAIL PROTECTED]:~/user$disk:[b004]/USER$DISK:[B004.MANAGER]/user$disk:[b004]/USER$DISK:[B004.MANAGER]/user$disk:[b004]>
Okay, I said some oddities before. Please ignore.
Well, it seems that's it's rather the lftp's "I try to CWD to the returned PWD on each command"-behavior which is dazzeling your FTP server.
Anyway, I don't see/know/remember any way to disable that. Have to wait for Alexender's comment on that.
