Page 1 of 1

Pass WEB-UI URL to file path?

Posted: Sun Apr 05, 2020 3:46 pm
by (:Pro:)
I made a shortcut like this

Code: Select all

"C:\Program Files\Internet Explorer\iexplore.exe" http://192.168.0.254:1654/upload.html
And I want to attach a link to the file itself "c:\torrent_file.torrent".

And I don’t understand how to transfer the file path using the URL!

In my view should, it looks something like this:

Code: Select all

"C:\Program Files\Internet Explorer\iexplore.exe" http://192.168.0.254:1654/upload.html?torrentfile=c:\torrent_file.torrent
But that does not work. :(

Re: Pass WEB-UI URL to file path?

Posted: Mon Apr 06, 2020 1:17 am
by The_Immortal
Well, I'm also looking for a solution which will allow to launch Web UI qBittorent with passed torrent-file path just by clicking on any of torrent-file.

I also made torrent-association to the browser:

Code: Select all

assoc .torrent=torrent
ftype torrent="C:\Program Files\Mozilla Firefox\firefox.exe" http://myserver:8080/upload.html
But have no clue how to send torrent-file path.

Any idea?

Thanks!

P.S. And I have to say it's so sadly that there is no a good Remote GUI Desktop till now! :( For Transmission, for example, you can find wonderful 3rd-party transgui. But what we have for the best of torrent-client-ever qBittorent? Right, nothing except for Electorrent but this one provides no settings (e.g. choose path/category at least) before starting torrent download - it use default settings on server... Bad thing.

UPD: I found the solution to start downloading thru Firefox extension - Add Link to qBittorrent WebUI. But it seems it doens't work and won't be supported :(