Page 1 of 1

How to create torrent from scpecific folder on server?

Posted: Sat Oct 24, 2015 5:07 pm
by romagromov
Hi!
I have installed transmission on debian server and it works perfect (downloading).

How I can create torrent from scpecific folder on server?

For example, I need to created torrent for file:

var/www/userfolder/data/www/mysite.com/downloads/graphics/dizine/astron_install.exe

I tried command

Code: Select all

transmission-create var/www/userfolder/data/www/mysite.com/downloads/graphics/dizine/astron_install.exe
 -t udp://tracker.example.com:80
but it displays error
Creating torrent "/root/astron_install.exe.torrent" ...[20:01:50.016] Torrent Creator is skipping file "/root/var": No such file or directory
. error reading "": No such file or directory
Thanks.

Re: How to create torrent from scpecific folder on server?

Posted: Sat Oct 24, 2015 6:05 pm
by romagromov
Oh, thanks.
Where I can find created torrent file?

Re: How to create torrent from scpecific folder on server?

Posted: Sat Oct 24, 2015 6:21 pm
by romagromov
Ok, I found this file in root folder - astron_install.exe.torrent
I downloaded it and added to Utorrent.
And file not downloading.

Image

Re: How to create torrent from scpecific folder on server?

Posted: Mon Oct 26, 2015 10:12 am
by romagromov
x190 wrote:
var/www/userfolder/data/www/mysite.com/downloads/graphics/dizine/astron_install.exe
Try using a full path that starts with a '/'.
Ok, I understand my mistake,

I have created torrnet file using this command

Code: Select all

transmission-create /var/www/userfolder/data/www/mysite.com/downloads/graphics/dizine/astron_install.exe
 -t udp://tracker.example.com:80
I found torrent file in root folder on server.

But How I can begin to seed with transmission?

I have web version on server http://x.x.xx.xx:9091/transmission/web/

When I add created torrent to transmission - impossible to download...

Image

And it is clear, I need to seed before.

How I can seed in web version?

Re: How to create torrent from scpecific folder on server?

Posted: Tue Oct 27, 2015 11:33 am
by romagromov
There is no option "Move Data File To in" web version

Please, see this short video with steps I made.

http://cl.ly/3g3a2t3j110u

Re: How to create torrent from scpecific folder on server?

Posted: Tue Oct 27, 2015 3:33 pm
by romagromov
I can't put the data in download location, file sources should be placed in /var/www/userfolder/data/www/mysite.com/downloads/
How I can set location?
Web transmission does not have this option.
Image

Re: How to create torrent from scpecific folder on server?

Posted: Tue Oct 27, 2015 7:59 pm
by romagromov
May be I'm idiot, but I can't find option "Move Data File To"

http://cl.ly/2m41361E1v3R

Can you make screenshot?

Re: How to create torrent from scpecific folder on server?

Posted: Wed Oct 28, 2015 11:26 am
by romagromov
My server support said that I have the latest version for Debian...

Transmission 2.52 (13304)

Is there a version 2.54 for Debian?
If yes, how I can update transmission?

Re: How to create torrent from scpecific folder on server?

Posted: Wed Oct 28, 2015 8:35 pm
by romagromov
Thanks.

I have installed latest version, but it does not have menu item "Set Location"


Image

Re: How to create torrent from scpecific folder on server?

Posted: Thu Oct 29, 2015 10:35 am
by romagromov
Oh, thanks.
Now torrent displays with green color - it's mean that It began to seed.
Next step - checking if this torrent will work in users clients.
I downloaded torrent file and open in os x client.
File was downloaded succesfull
But it displays as inactive

Image

I tried it on windows - same issue

Image


So, all torrent clients, that downloadede this torrent does not seeding.
On transmission on my server seeding.


Then, I have created new torrent, located data - all ok.
But when I added torrent to os x client - file not loading.

Image


And next question.
Why web vesrion does not have option to create torrents (from local folder)?
Why users should use terminal for this?