On Fri, Jul 16, 2004 at 09:51:07AM -0700, Todd Wells wrote:
> Is there a reason lftp does not automatically cd to the home directory
> when using sftp, but does so with ftp?

It is the difference in interpretation of URLs. Ftp URLs are home-relative,
sftp URLs are root-relative (as implemented in lftp).

So use sftp://user1:[EMAIL PROTECTED] or
sftp://user1:[EMAIL PROTECTED]/~/ to get to home directory.

-- 
   Alexander.                      | http://www.yars.free.net/~lav/  

Reply via email to