From 679983bac6db8ab8348227649218ab28d8f2404e Mon Sep 17 00:00:00 2001
From: david-sarah tahoe run
". After that, the node should be off and running. The first
thing it will do is connect to the introducer and get itself connected to
- all other nodes on the grid. By default, "tahoe create-client
+ all other nodes on the grid. By default, "tahoe create-client
"
creates a client-only node, that does not offer its disk space to other nodes.
To configure other behavior, use "tahoe create-node
" or see
configuration.rst.
tahoe ls tahoe:
" and "tahoe cp LOCALFILE
tahoe:foo.txt
" to work with your filesystem. The Tahoe-LAFS CLI uses
similar syntax to the well-known scp and rsync tools. See CLI.txt for more details.
+ href="frontends/CLI.rst">CLI.rst for more details.
As with the WUI (and with all current interfaces to Tahoe-LAFS), you are responsible for remembering directory capabilities yourself. If you create @@ -117,7 +117,7 @@
You can access your Tahoe-LAFS grid via any SFTP or
FTP client.
- See FTP-and-SFTP.txt for how to set this up.
+ See FTP-and-SFTP.rst for how to set this up.
On most Unix platforms, you can also use SFTP to plug Tahoe-LAFS into your computer's
local filesystem via sshfs
.
@@ -127,7 +127,7 @@
Want to program your Tahoe-LAFS node to do your bidding? Easy! See webapi.txt.
+ href="frontends/webapi.rst">webapi.rst.