From 8784e4a596cccf87d0b7c01d83fecb10f1970cd9 Mon Sep 17 00:00:00 2001
From: david-sarah This is how to use your Tahoe node. This is how to use your Tahoe-LAFS node.Do Stuff With It
- The WUI
@@ -101,35 +101,35 @@
directory and mark it as the 'tahoe:' alias by running "tahoe
create-alias tahoe
". Once you've done that, you can do
"tahoe ls tahoe:
" and "tahoe cp LOCALFILE
- tahoe:foo.txt
" to work with your filesystem. The Tahoe CLI uses
+ 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.
As with the WUI (and with all current interfaces to Tahoe), you are +
As with the WUI (and with all current interfaces to Tahoe-LAFS), you are responsible for remembering directory capabilities yourself. If you create a new directory and lose the capability to it, then you cannot access that directory ever again.
You can access your Tahoe grid via any SFTP or +
You can access your Tahoe-LAFS grid via any SFTP or
FTP client.
See FTP-and-SFTP.txt for how to set this up.
- On most Unix platforms, you can also use SFTP to plug Tahoe into your computer's
+ On most Unix platforms, you can also use SFTP to plug Tahoe-LAFS into your computer's
local filesystem via sshfs
.
The SftpFrontend page - on the wiki has more information about using SFTP with Tahoe.
+ on the wiki has more information about using SFTP with Tahoe-LAFS.Want to program your Tahoe node to do your bidding? Easy! See Want to program your Tahoe-LAFS node to do your bidding? Easy! See webapi.txt.
You can chat with other users of and hackers of this software on the
- #tahoe IRC channel at irc.freenode.net
, or on the irc.freenode.net, or on the tahoe-dev mailing list.