Changeset 8784e4a in trunk
- Timestamp:
- 2010-06-19T03:31:52Z (15 years ago)
- Branches:
- master
- Children:
- 4002c7a
- Parents:
- 6b2f99f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified docs/running.html ¶
r6b2f99f r8784e4a 76 76 <h2>Do Stuff With It</h2> 77 77 78 <p>This is how to use your Tahoe node.</p>78 <p>This is how to use your Tahoe-LAFS node.</p> 79 79 80 80 <h3>The WUI</h3> … … 102 102 create-alias tahoe</code>". Once you've done that, you can do 103 103 "<code>tahoe ls tahoe:</code>" and "<code>tahoe cp LOCALFILE 104 tahoe:foo.txt</code>" to work with your filesystem. The Tahoe CLI uses104 tahoe:foo.txt</code>" to work with your filesystem. The Tahoe-LAFS CLI uses 105 105 similar syntax to the well-known scp and rsync tools. See <a 106 106 href="frontends/CLI.txt">CLI.txt</a> for more details.</p> 107 107 108 <p>As with the WUI (and with all current interfaces to Tahoe ), you are108 <p>As with the WUI (and with all current interfaces to Tahoe-LAFS), you are 109 109 responsible for remembering directory capabilities yourself. If you create 110 110 a new directory and lose the capability to it, then you cannot access that … … 113 113 <h3>The SFTP and FTP frontends</h3> 114 114 115 <p>You can access your Tahoe grid via any <a href="http://en.wikipedia.org/wiki/SSH_file_transfer_protocol">SFTP</a> or115 <p>You can access your Tahoe-LAFS grid via any <a href="http://en.wikipedia.org/wiki/SSH_file_transfer_protocol">SFTP</a> or 116 116 <a href="http://en.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a> client. 117 117 See <a href="frontends/FTP-and-SFTP.txt">FTP-and-SFTP.txt</a> for how to set this up. 118 On most Unix platforms, you can also use SFTP to plug Tahoe into your computer's118 On most Unix platforms, you can also use SFTP to plug Tahoe-LAFS into your computer's 119 119 local filesystem via <code>sshfs</code>. 120 120 121 121 <p>The <a href="http://tahoe-lafs.org/trac/tahoe-lafs/wiki/SftpFrontend">SftpFrontend</a> page 122 on the wiki has more information about using SFTP with Tahoe .</p>122 on the wiki has more information about using SFTP with Tahoe-LAFS.</p> 123 123 124 124 <h3>The WAPI</h3> 125 125 126 <p>Want to program your Tahoe node to do your bidding? Easy! See <a126 <p>Want to program your Tahoe-LAFS node to do your bidding? Easy! See <a 127 127 href="frontends/webapi.txt">webapi.txt</a>.</p> 128 128 … … 130 130 131 131 <p>You can chat with other users of and hackers of this software on the 132 #tahoe IRC channel at <code>irc.freenode.net</code>, or on the <a132 #tahoe-lafs IRC channel at <code>irc.freenode.net</code>, or on the <a 133 133 href="http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev">tahoe-dev mailing list</a>.</p> 134 134
Note: See TracChangeset
for help on using the changeset viewer.