On Wed, Jun 22, 2005 at 10:44:19AM +0200, Thomas Glanzmann wrote: > I need tilde expansion because I use my environment across a lot of > machines and the home directory isn't the same on all machines. But I > just remembered that lftp does variable expansion so I changed it to:
lftp uses /bin/sh to start the command, so the tilde should also be expanded. > Btw. One issue left: When I import my bookmarks that way lftp saves them > on exit in ~/.lftp/bookmarks . I see no variable to control the location > of the file or to tell lftp not to save bookmarks on exit. I am thinking Even "worse" - lftp saves bookmarks at the moment `bookmark' command is issued. I can add some settings to control bookmarks saving. E.g. bmk:auto-save -- Alexander..
