Search found 5 matches

by Balbuzard
Mon Aug 10, 2009 11:10 am
Forum: General
Topic: Create a torrent file with transmissioncli
Replies: 10
Views: 52483

Re: Create a torrent file with transmissioncli

The syntax I gave you is completely correct, I have been using transmissioncli for some months and have created my own torrent files with it.
So I guess the problem may come from the tracker you use;
I have tried building a private tracker (rivettracker, free and open-source), the address had to be ...
by Balbuzard
Thu Aug 06, 2009 12:42 am
Forum: General
Topic: Create a torrent file with transmissioncli
Replies: 10
Views: 52483

Re: Create a torrent file with transmissioncli

the command is

Code: Select all

transmissioncli -n sourceFile -a http://YourTracker/ -r sourceFile.torrent
;-)
by Balbuzard
Wed May 06, 2009 8:03 am
Forum: General
Topic: Linux - Trouble to seed
Replies: 1
Views: 2185

Linux - Trouble to seed

Hi,
I am using Transmission on Ubuntu 8.10, I have to share some files whose .torrent files are on my tracker to the people of the enterprise I a working in;
I create the .torrent file and upload it on my tracker.
I download the .torrent file with Transmission. I want to use Transmission to seed the ...
by Balbuzard
Fri Apr 17, 2009 1:15 am
Forum: General
Topic: Create a torrent file with transmissioncli
Replies: 10
Views: 52483

Re: Create a torrent file with transmissioncli

Hi,
well my issue does not interest a lot of people, I guess,
Is there any way to create a .torrent file from the file I have just downloaded with the Linux-shell? (I am currently working on Debian Lenny)
On Ubuntu, where Transmission is ever installed, it works perfectly but only through the ...
by Balbuzard
Tue Apr 14, 2009 6:59 am
Forum: General
Topic: Create a torrent file with transmissioncli
Replies: 10
Views: 52483

Create a torrent file with transmissioncli

Hi!
I am quite a new there,
I just want to know how to create a .torrent file from any files in the System with transmissioncli.
I can only use the shell (No graphic-interface)
I have ever tried:
transmissioncli -n myFile justATry.torrent
as explained in this site, and there is no error displayed ...