Reply
Thread Tools
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#1
Hello,

How to Download torrent file with sailfishOS?
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#2
wget <url-to-torrent-file>

 
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#3
is it possible download the files from the torrent or not? Not only the torrent file.

Like a torrent client.
 
ZogG's Avatar
Posts: 1,389 | Thanked: 1,857 times | Joined on Feb 2010 @ Israel
#4
maybe this one can be ported http://talk.maemo.org/showthread.php?p=1255042
__________________
IRC nick on freenode — ZogG
imgrup
 
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#5
porting transmission daemon is easy. and then need to implement silica rpc ui for daemon
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#6
Here U go

https://openrepos.net/content/nieldk/transmission

depends on libevent:
devel-su
zypper in libevent

command-line only with these commands available to control torrents

transmission-cli
transmission-create
transmission-daemon
transmission-edit
transmission-remote
transmission-show

Code:
Usage: transmission-cli [options] <file|url|magnet>

Options:
 -h  --help                          Display this help page and exit
 -b  --blocklist                     Enable peer blocklists
 -B  --no-blocklist                  Disable peer blocklists
 -d  --downlimit            <speed>  Set max download speed in kB/s
 -D  --no-downlimit                  Don't limit the download speed
 -er --encryption-required           Encrypt all peer connections
 -ep --encryption-preferred          Prefer encrypted peer connections
 -et --encryption-tolerated          Prefer unencrypted peer connections
 -f  --finish               <script> Run a script when the torrent finishes
 -g  --config-dir           <path>   Where to find configuration files
 -m  --portmap                       Enable portmapping via NAT-PMP or UPnP
 -M  --no-portmap                    Disable portmapping
 -p  --port                 <port>   Port for incoming peers (Default: 51413)
 -t  --tos                  <tos>    Peer socket TOS (0 to 255,
                                     default=default)
 -u  --uplimit              <speed>  Set max upload speed in kB/s
 -U  --no-uplimit                    Don't limit the upload speed
 -v  --verify                        Verify the specified torrent
 -V  --version                       Show version number and exit
 -w  --download-dir         <path>   Where to save downloaded data

Last edited by nieldk; 2014-02-18 at 21:25.
 

The Following 3 Users Say Thank You to For This Useful Post:
Guest | Posts: n/a | Thanked: 0 times | Joined on
#7
output will be like this (in terminal)

Code:
[nemo@localhost ~]$ transmission-cli slackware-14.1-install-d1.torrent 
transmission-cli 2.82 (14160)
[21:04:05.156] Transmission 2.82 (14160) started
[21:04:05.172] RPC Server: Adding address to whitelist: 127.0.0.1
[21:04:05.173] DHT: Generating new id
[21:04:05.205] Saved "/home/nemo/.config/transmission/torrents/slackware-14.1-iso.6f8cd699135b4915.torrent"
[21:04:05.487] Port Forwarding (NAT-PMP): initnatpmp succeeded (0)
[21:04:05.487] Port Forwarding (NAT-PMP): sendpublicaddressrequest succeeded (2)
Progress: 3.2%, dl from 0 of 0 peers (0 kB/s), ul to 0 (0 kB/s) [0.00]    [21:04:13.497] Port Forwarding: State changed from "Not forwarded" to "Starting"
[21:04:14.038] Port Forwarding: State changed from "Starting" to "???"
Progress: 3.2%, dl from 0 of 18 peers (0 kB/s), ul to 0 (0 kB/s) [0.00]         [21:04:24.002] slackware-14.1-iso: Starting IPv4 DHT announce (poor, 16 nodes)
Progress: 12.4%, dl fr[21:04:57.099] slackware-14.1-iso: Piece 399, which was just downloaded, failed its checksum test
[21:04:58.237] DHT: Attempting bootstrap from dht.transmissionbt.com
Progress: 25.9%, dl from 24 of 26 peers (2.27 MB/s), ul to 0 (0 kB/s) [0.00]
 

The Following User Says Thank You to For This Useful Post:
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#8
Hi,

I have installed libevent-2.0.21-0.armv7hl.rpm

Now when i try to install transmission I have an error:

libcrypto.so.1.0.0 needed?

Where can i download it?
 
Posts: 85 | Thanked: 121 times | Joined on Feb 2014
#9
Originally Posted by n950 View Post
Hi,

I have installed libevent-2.0.21-0.armv7hl.rpm

Now when i try to install transmission I have an error:

libcrypto.so.1.0.0 needed?

Where can i download it?
Go to openrepos.net , download Warehouse and install.
Than search for transmission application, enable repository and install. Enabling repository will resolve all dependencies.
 

The Following User Says Thank You to tvicol For This Useful Post:
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#10
Thank you now it works but no icon created only with command lines right?
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 00:58.