How to create torrent from scpecific folder on server?

Discussion of Transmission that doesn't fit in the other categories
Post Reply
romagromov
Posts: 10
Joined: Sat Oct 24, 2015 5:04 pm

How to create torrent from scpecific folder on server?

Post 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.
romagromov
Posts: 10
Joined: Sat Oct 24, 2015 5:04 pm

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

Post by romagromov »

Oh, thanks.
Where I can find created torrent file?
romagromov
Posts: 10
Joined: Sat Oct 24, 2015 5:04 pm

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

Post 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
romagromov
Posts: 10
Joined: Sat Oct 24, 2015 5:04 pm

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

Post 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?
romagromov
Posts: 10
Joined: Sat Oct 24, 2015 5:04 pm

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

Post 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
romagromov
Posts: 10
Joined: Sat Oct 24, 2015 5:04 pm

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

Post 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
romagromov
Posts: 10
Joined: Sat Oct 24, 2015 5:04 pm

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

Post 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?
romagromov
Posts: 10
Joined: Sat Oct 24, 2015 5:04 pm

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

Post 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?
romagromov
Posts: 10
Joined: Sat Oct 24, 2015 5:04 pm

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

Post by romagromov »

Thanks.

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


Image
romagromov
Posts: 10
Joined: Sat Oct 24, 2015 5:04 pm

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

Post 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?
Post Reply