[freenet-chat] Towards a Freenet Filesystem

Joel Salomon joelcsalomon at gmail.com
Mon May 22 22:19:22 UTC 2006


On 5/22/06, Joel Salomon <joelcsalomon at gmail.com> wrote:
> I'd rather have a directory for each key.  Assuming the freenet fs has
> been mounted on /freenet, downloads would look like:
>         $ cd /freenet/downloads
>         $ mkdir CHK at keystring; cd CHK at keystring
>         $ tail status
>         <lots of messages>
>         done

On second thought, that might be:
	$ cd /freenet/downloads
	$ mkdir CHK at keystring; cd CHK at keystring
	$ cat status
	<some message saying that the key is well formed>
	$ echo 'start' > ctl
	$ tail status
	<lots of messages>
	done
	…
but the basic idea is there.

--Joel


More information about the chat mailing list