mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 23:02:25 +00:00
running.html: Tahoe->Tahoe-LAFS in what used to be using.html, and #tahoe->#tahoe-lafs (IRC channel).
This commit is contained in:
parent
6b2f99fa9a
commit
8784e4a596
@ -75,7 +75,7 @@
|
||||
|
||||
<h2>Do Stuff With It</h2>
|
||||
|
||||
<p>This is how to use your Tahoe node.</p>
|
||||
<p>This is how to use your Tahoe-LAFS node.</p>
|
||||
|
||||
<h3>The WUI</h3>
|
||||
|
||||
@ -101,35 +101,35 @@
|
||||
directory and mark it as the 'tahoe:' alias by running "<code>tahoe
|
||||
create-alias tahoe</code>". Once you've done that, you can do
|
||||
"<code>tahoe ls tahoe:</code>" and "<code>tahoe cp LOCALFILE
|
||||
tahoe:foo.txt</code>" to work with your filesystem. The Tahoe CLI uses
|
||||
tahoe:foo.txt</code>" to work with your filesystem. The Tahoe-LAFS CLI uses
|
||||
similar syntax to the well-known scp and rsync tools. See <a
|
||||
href="frontends/CLI.txt">CLI.txt</a> for more details.</p>
|
||||
|
||||
<p>As with the WUI (and with all current interfaces to Tahoe), you are
|
||||
<p>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.</p>
|
||||
|
||||
<h3>The SFTP and FTP frontends</h3>
|
||||
|
||||
<p>You can access your Tahoe grid via any <a href="http://en.wikipedia.org/wiki/SSH_file_transfer_protocol">SFTP</a> or
|
||||
<p>You can access your Tahoe-LAFS grid via any <a href="http://en.wikipedia.org/wiki/SSH_file_transfer_protocol">SFTP</a> or
|
||||
<a href="http://en.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a> client.
|
||||
See <a href="frontends/FTP-and-SFTP.txt">FTP-and-SFTP.txt</a> 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 <code>sshfs</code>.
|
||||
|
||||
<p>The <a href="http://tahoe-lafs.org/trac/tahoe-lafs/wiki/SftpFrontend">SftpFrontend</a> page
|
||||
on the wiki has more information about using SFTP with Tahoe.</p>
|
||||
on the wiki has more information about using SFTP with Tahoe-LAFS.</p>
|
||||
|
||||
<h3>The WAPI</h3>
|
||||
|
||||
<p>Want to program your Tahoe node to do your bidding? Easy! See <a
|
||||
<p>Want to program your Tahoe-LAFS node to do your bidding? Easy! See <a
|
||||
href="frontends/webapi.txt">webapi.txt</a>.</p>
|
||||
|
||||
<h2>Socialize</h2>
|
||||
|
||||
<p>You can chat with other users of and hackers of this software on the
|
||||
#tahoe IRC channel at <code>irc.freenode.net</code>, or on the <a
|
||||
#tahoe-lafs IRC channel at <code>irc.freenode.net</code>, or on the <a
|
||||
href="http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev">tahoe-dev mailing list</a>.</p>
|
||||
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user