transmission/macosx/Transmission Help/html/FAQ.html

85 lines
5.2 KiB
HTML

<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link media="all" rel="stylesheet" href="../styles/TransBody.css" />
<title>Frequently Asked Questions</title>
</head>
<body>
<div id="mainbox">
<A NAME="TransFAQ"></A>
<a href="../index.html">Home</a>
<div id="pagetitle">
<h1>What does Transmission do? </h1>
</div>
<p>Transmission is a BitTorrent client. It is used for peer to peer filesharing over the internet. BitTorrent is a fast way of transferring files, because everyone who downloads must also upload to others, thus creating much more bandwidth than a single server offering the file may have been able to provide.
<p>
<div id="pagetitle">
<h1>How do I use it? </h1>
</div>
<p>You'll need to download a torrent file (extension .torrent).These are commonly found at <a href="http://www.google.com/search?hl=en&q=bittorrent+tracker&btnG=Google+Search">'tracker' websites</a>. Torrent files contain information about the actual file you want to download (eg a movie). Once you have the torrent file, open it in Transmission.
<p>It is good etiquette to 'seed' the file for a while (ie leave it uploading) once your download is complete. You can set a default ratio to automatically seed to, and then pause. This can be adjusted in Preferences >> Transfers, or in real time using the Action menu.
<p>
<div id="pagetitle">
<h1>Why is my download so slow? </h1>
</div>
<p>Make sure Transmission's <a href="portforward.html">port is forwarded</a>. If this is not done, others cannot connect to you, and thus your speed will be hampered.
<p>You also need to ensure you cap your upload speed to about 60-70% of its maximum, so that it isn't flooded. This can be adjusted in Preferences >> Bandwidth, or in real time using the Action menu.
<br>eg. If your upload connection is 256 Kilobits/sec, then you should cap it at 21 KB/sec ((<b>256</b> / 8) * 0.66 = <b>21</b>).
<p>Ultimately, the speed you get depends on the quality of the peers you are downloading from. If they have dial up connections, you are only going to be able to download at dial up speeds. Furthermore, if there are few seeds and many peers, more people will be fighting for the same scarce pieces and thus will slow things down. Best results are achieved when the torrent has more seeds than peers. Finally, you can only download what others are willing to send to you, and if they don't have it, they can't send it.
<p>
<div id="pagetitle">
<h1>Why isn't my torrent downloading at all? </h1>
</div>
<p>Normally this is because the tracker is down, and thus Transmission is unable to interact with other peers. DHT (trackerless torrents) is not a feature at the moment, however is slated for a future release.
Torrents take a while to get going and so may not download much (if at all) initially. Most torrents are downloading at some rate after 15 or so minutes.
<p>
<div id="pagetitle">
<h1>Why can I only connect to around 60 peers? </h1>
</div>
<p>This is a constraint imposed on Transmission, as more than this number is unnecessary. A global limit is set at 200 peers.
<p>
<div id="pagetitle">
<h1>What is Growl? </h1>
</div>
<p>Growl is a notification system. Lots of applications can interface with it.<br>
<a href="http://growl.info">http://growl.info</a>
<p>
<div id="pagetitle">
<h1>What do the colours mean in the advanced progress bar? </h1>
</div>
<p>Black: we have this piece <br>
<font color="red">Red</font>: no connected peers have this piece <br>
<font color="blue">Blue</font>: connected peers have this piece (the darker the blue is, the more they are) <br>
<p>The fine, dark blue line on top of the bar shows the global progression, while the green line following it shows how much of the remaining download is actually available.<br>
<p><font color="green">Green</font>: we are seeding the file <br>
<p>
<div id="pagetitle">
<h1>What are seeds/peers? </h1>
</div>
<p>Peers are people you are connected to. If they have the whole file and are only uploading, they are referred to as a 'seeder'. If they only have part of the torrent, and are downloading and uploading, they are referred to as a 'leecher'.
<p>
<div id="pagetitle">
<h1>What is the ratio shown during seeding? </h1>
</div>
<p>This shows your upload/download ratio - 1.00 means you have uploaded as much as you have downloaded, 2.00 means you have uploaded twice the amount you have downloaded, etc.
<p>
<div id="pagetitle">
<h1>Transmission crashed, what should I do? </h1>
</div>
<p>Post the crash log on the <a href="http://transmission.m0k.org/forum/viewforum.php?f=2">support forums</a> so that the issue can be fixed as quickly as possible. Crash logs are held in ~/Library/Logs/CrashReporter/
<div id="pagetitle">
<h1>What are 'nightlies'?</h1>
</div>
<p>'Nightlies' are releases on the bleeding edge of development. They normally contain new features and bugfixes, and are fairly stable to use. You can try one out <a href="http://www.chucker.rasdi.net/opensource/transmission/">here</a>.
</p>
<a href="../index.html">Home</a>
</div>
</body>
</html>