bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SFTPFS is running


From: Niels Möller
Subject: Re: SFTPFS is running
Date: 22 Oct 2002 22:09:33 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Everton Hermann <evertonl@mail.ufsm.br> writes:

> This weekend I have  ran my first version of SFTPFS,

Cool.

> and  some functions from  libssh to make the comunication
> between the translator and the sftp server.

The sftp protocol is quite independent from ssh (unless you do the ssh
transport and connection protocols yourself). You shouldn't need any
openssh code to do that.

For an example, check the sftp-test-client.c program in
http://cvs.lysator.liu.se/viewcvs/viewcvs.cgi/lsh/src/sftp/?cvsroot=lsh

Someday I'll finish my glue code to liboop.

BTW, how do you do threading? One thread per open file, and then some
mutex lock on the sftp connection?

/Niels




reply via email to

[Prev in Thread] Current Thread [Next in Thread]