On Thu, Sep 20, 2007 at 04:25:27PM +0200, [EMAIL PROTECTED] wrote: > is it possible to simply move a lftp installation from one directory to > another? Or are their any self-related dependencies from the lftp binary?
There are some hard coded paths in lftp executable: SYSCONFDIR/lftp.conf PKGDATADIR/import-* PKGDATADIR/verify-file (can be changed by xfer:verify-command setting) PKGLIBDIR/VERSION/ (can be changed by module:path setting) See if you need the functionality related to those files. -- Alexander.
