Hi list, This problem is surely something due to something I missed in the documentation.
The problem is that once connected to the FTPS site (Filezilla Server), lftp always performs "CWD /" before sending the "LIST" command, without consideration the the previous "cd" command. % lftp [EMAIL PROTECTED]:/> cd video % ---> CWD /video % <--- 250 CWD successful. "/video" is current directory. % cd ok, cwd=/video % lftp [EMAIL PROTECTED]:/video> ls % ---> CWD / % <--- 250 CWD successful. "/" is current directory. % ---> PASV % <--- 227 Entering Passive Mode (XXX,XXX,XXX,XXX,XX,XX) % ---- Connecting data socket to (XXX.XXX.XXX.XXX) port XXXXX % ---> LIST % <--- 150 Connection accepted % drwxr-xr-x 1 ftp ftp 0 Dec 11 2007 A % ---- Closing data socket % drwxr-xr-x 1 ftp ftp 0 Feb 11 00:53 B % drwxr-xr-x 1 ftp ftp 0 Feb 10 21:12 C % drwxr-xr-x 1 ftp ftp 0 Feb 11 00:59 D % -r-xr-xr-x 1 ftp ftp 984696 Feb 02 17:30 E % drwxr-xr-x 1 ftp ftp 0 Feb 10 15:55 F % -r--r--r-- 1 ftp ftp 17182856 Feb 02 17:38 G % drwxr-xr-x 1 ftp ftp 0 Jan 31 18:45 H % drwxr-xr-x 1 ftp ftp 0 Oct 19 2007 I % <--- 226 Transfer OK The problem doesn't arise with an FTP site (ftp.adobe.org). Any help would be welcome. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< tataz at chchile dot org >
