Keresztfalvi Gabor <[EMAIL PROTECTED]> writes:
> There's an sftp package on the net which seems to be unrelated to the SSH
> Inc. and distributed under GNU GPL. Check http://www.xbill.org/sftp/
> I hacked it to try it out (it's really a hack, mainly s/ssh/lsh/g in
> sftp.c), and it works, if I compiled with readline support. Without
> readline it seems to have some problem with the stdin in case of
> lsh... (With ssh works, but with lsh doesn't...)
Sounds cool. The program ought to use an SFTP_RSH environment
variable, just like cvs and rsync.
> A cleaner way to integrate with lsh might be better. ;)
> Does somebody have time to do it?
My current plans for sftp-like stuff are somewhat vague. I'm thinking
of something using the rsync algorithm (if not the current rsync
protocol, which is somewhat messy), using spki certificates for access
control.
But it doesn't hurt if there are more ways to do it.
/Niels