I have compiled 2.6.10 and ls works.  When I cd to a directory, and cd back to the root directory I can not cd to any other directory on the server.  Any ideas why?  For example:

lftp [EMAIL PROTECTED]:~> ls
Type  Name
dir   send
dir   receive
dir   reports
lftp [EMAIL PROTECTED]:~> cd send
cd ok, cwd=root/send
lftp [EMAIL PROTECTED]:~/send> ls
Type  ILOG         Name
lftp [EMAIL PROTECTED]:~/send> cd ../
lftp [EMAIL PROTECTED]:~> ls
Type  Name
dir   send
dir   receive
dir   reports
lftp [EMAIL PROTECTED]:~> cd receive
cd: Access failed: 550 Directory ROOT/RECEIVE not found.  (root/receive)
lftp [EMAIL PROTECTED]:~>

Thanks,
Nathan

Alexander V. Lukyanov wrote:
On Tue, Apr 18, 2006 at 04:12:53PM -0400, Nathan Aaron wrote:
  
I connect to the ftps server and issue a ls command lftp hangs with the 
following message: `ls' at 0 [Receiving data].  lftp does not come back 
unless I issue a control-c.  Interestingly enough I can use the version 
of lftp that comes with RedHat ES 3.0 and the ls command works.  The 
RedHat version is 2.6.3.
    

I think it is a broken server. It does not understand changing of PROT mode
for listings. Try this:
	set ftp:ssl-protect-list yes

  

Reply via email to