Hello Alex,
> +2005-06-21 Alexander V. Lukyanov <[EMAIL PROTECTED]>
> +
> + * CmdExec.cc, CmdExec.h, FileFeeder.cc, FileFeeder.h: add Fg/Bg methods
> + to CmdFeeder to allow passing terminal to subprocesses; allocate
> + FgData for FileFeeder.
> + * Filter.cc, Filter.h: move cwd to FDStream; add GetCwd, SetProcGroup
> + methods.
> + * PtyShell.h: make GetProcGroup const.
> + * ProcWait.h: (GetState) return enum type.
> + * ResMgr.cc, ResMgr.h: (FileExecutable) new method; optimize file
> checking.
> + * commands.cc: use SetCwd instead of Chdir for setting cwd from history.
> + * lftp_ssl.cc: add Fedora-4 ca-bundle location.
> + * misc.cc: fix gcc4 warning.
> + * FileCopy.cc, FileCopy.h, resource.cc: new settings xfer:verify,
> + xfer:verify-command; verify completely received file.
> + * FileCopy.cc, FileCopy.h: show verify status; fix problems with
> + xfer:verify=no; show only last line of verify error.
> + * Filter.cc, Filter.h: (StdoutToNull) new method.
> + * verify-file: add rpm support.
wow! You're the man. Thanks!
(faui00u) [~/.lftp] sed 's/^/bookmark add /' < bookmarks.off | gpg -e >
bookmarks.gpg
gpg: skipped: public key already set as default recipient
(faui00u) [~/.lftp] pd +1
~/work/lftp/lftp-build ~/.lftp
(faui00u) [~/work/lftp/lftp-build] grep bookmarksplz ~/.lftp/rc
alias bookmarksplz source -e /bin/sh -c "gpg -d < ~/.lftp/bookmarks.gpg"
(faui00u) [~/work/lftp/lftp-build] src/lftp
lftp :~> bookmarksplz
You need a passphrase to unlock the secret key for
user: "Thomas Glanzmann <[EMAIL PROTECTED]>"
1024-bit ELG-E key, ID B4C3E8E6, created 2002-03-28 (main key ID
57E19B02)
lftp :~> bookmark list | grep lftp
lftp ftp://lftp.yar.ru/lftp/
lftpde ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/
Thank you incredable much for implementing this!
Thomas