Difference between revisions of "Transmission BitTorrent Client"
From NAS-Central Buffalo - The Linkstation Wiki
(→Uploading) |
|||
Line 14: | Line 14: | ||
− | ==Uploading== | + | ==Sharing/Uploading== |
==== Create a torrent file ==== | ==== Create a torrent file ==== | ||
Place the file you wish to share in your torrent directory. For example, if the file you want to share is vmlinuz92608foonasem.gz, then use the cli binary like this: | Place the file you wish to share in your torrent directory. For example, if the file you want to share is vmlinuz92608foonasem.gz, then use the cli binary like this: |
Revision as of 19:51, 12 October 2008
Transmission is a BitTorrent client package that (as of version 1.34) also contains Clutch, an integrated webUI. It easy to compile, install, configure and operate, and it has relatively low memory and cpu usage.
Contents
Compiling and Installation
Configuration
Usage
Downloading
Use the webif.
Sharing/Uploading
Create a torrent file
Place the file you wish to share in your torrent directory. For example, if the file you want to share is vmlinuz92608foonasem.gz, then use the cli binary like this:
transmissioncli -n vmlinuz92608foonasem.gz -a http://linuxtracker.org:2710/announce vmlinuz92608foonasem.torrent
After executing this you should have a file called vmlinuz92608foonasem.torrent, which is suitable for uploading to a torrrent tracker site.