Subject: Re: [Summer of code] Proposal : a Sftp server
To: <>
From: David Laight <david@l8s.co.uk>
List: tech-userlevel
Date: 06/15/2005 21:04:40
On Wed, Jun 15, 2005 at 12:58:49PM -0700, Greywolf wrote:
> [Thus spake Ben Harris ("BH: ") 11:13am...]
>
> BH: psftp (which has a Unix port) has mget. It doesn't have tab-completion,
> BH: largely because that would involve either linking against an external
> BH: library or writing yet another Readline-alike.
>
> Two words: "Compile-time Option." :)
>
> i.e. if you have a readline available, link it in. Otherwise, well,
> fuggeddaboudit.
Or use dlopen() and dlsym() to see if the function is in the libraries
the program is linked to.
David
--
David Laight: david@l8s.co.uk