transmission-php icon indicating copy to clipboard operation
transmission-php copied to clipboard

how to get download link

Open sagar3506 opened this issue 8 years ago • 3 comments

hello sir how to get download link of downloaded torrent

its show features like name , size , completed , and client but dont show any link attribute i hope you clear this issue very soon.

sagar3506 avatar Dec 31 '16 16:12 sagar3506

Hi, @sagar3506 How did you get it to work, i know nothing about transmission and bittorrent-protocol, im looking of a way to download torrents for a school project with little time. Ive tried to use this lib but i always get a runtime exception 'Unexpected response received from Transmission'

afullstopdot avatar Jan 02 '17 22:01 afullstopdot

Thanks, im building a node client rather.

afullstopdot avatar Jan 03 '17 18:01 afullstopdot

@sagar3506 you need to setup transmission to download to a folder accessible to the web and with appropriate file/folder permissions.

Then you can simply compare the path provided by this class with your web structure and figure out the public url for every file.

analike avatar Jan 11 '17 01:01 analike