[feature request] Add option for remote downloaders

Bug reports and enhancement requests

[feature request] Add option for remote downloaders

Postby Faw » Thu Apr 28, 2011 7:43 pm

I was wondering if it was possible to add the option to add a download to a remote downloader.

For example:
  • Free Download Manager: you can set it as a server (just found out)
  • MLDonkey: you can add a download to it by calling the url "http://username:password@server:port/submit?q=dllink+url"
  • Aria2: It has a XML-RPC and JSON interface. You can add a download with a POST to "http://username:password@server:port/jsonrpc" with the JSON request as the data.
So what I was thinking is adding a REMOTE option (just like CUSTOM) with the following fields: host,user,password,path, method (GET/POST), query (query string for GET, post data for POST).
Once you have that info you can create the reque4st and send it to the downloader.

Example for MLDonkey
  • host: myserver:8080
  • user: admin
  • password: admin_password
  • path: /submit
  • method: GET
  • data: q=dllink+[URL]
URL: http://admin:admin_password@myserver:80 ... ?q=dllink+[URL]

Example for Aria2C
  • host: myserver:8080
  • user: admin
  • password: admin_password
  • path: /jsonrpc
  • method: POST
  • data: {'jsonrpc':'2.0', 'id':'qwer', 'method':'aria2.addUri','params':[[ [URL] ]]}
URL: http://admin:admin_password@myserver:8080/jsonrpc
POST_DATA: {'jsonrpc':'2.0', 'id':'qwer', 'method':'aria2.addUri','params':[[ [URL] ]]}

Example for Free Download Manager
  • host: myserver:8080
  • user:
  • password:
  • path: /adddownload.req
  • method: GET
  • data:URL=[URL]
URL: http://myserver:8080/adddownload.req?URL=[URL]

Any comments?
Mozilla/5.0 (Windows NT 6.0; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
Faw
 
Posts: 4
Joined: Thu Apr 28, 2011 6:36 pm

Re: [feature request] Add option for remote downloaders

Postby Faw » Wed Nov 02, 2011 10:23 pm

So no comment about this? How about adding aria2 remote support?
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Faw
 
Posts: 4
Joined: Thu Apr 28, 2011 6:36 pm

Re: [feature request] Add option for remote downloaders

Postby GµårÐïåñ » Fri Nov 04, 2011 7:50 pm

You are not being ignored, I assure you. The problem is that Giorgio has his plate really full with things that are not place to discuss here. But if you give him some time to review it when he is not being pulled into so many different directions, I am sure he will comment or perhaps even implement. Please be patient and if you don't get a reply on this within the next two weeks, then let us know again with a bump and I will chase it down. ok?
~.:[ Lï£ê ï§ å Lêmðñ åñÐ Ì Wåñ† M¥ Mðñê¥ ßå¢k ]:.~
[ Major's Blog ] .:. [ Security Pack ] .:. [ Productivity ]
Mozilla/6.9 (Windows NT 6.9; rv:6.9) Gecko/69696969 Firefox/6.9
User avatar
GµårÐïåñ
Lieutenant Colonel
 
Posts: 2824
Joined: Fri Mar 20, 2009 5:19 am
Location: PST - USA

Re: [feature request] Add option for remote downloaders

Postby lemarec56 » Thu Nov 24, 2011 12:53 pm

Hello

In the same idea

Option for NAS (QNAP, ...)
Mozilla/5.0 (Windows NT 6.1; rv:8.0) Gecko/20100101 Firefox/8.0
lemarec56
 
Posts: 2
Joined: Thu Nov 24, 2011 12:46 pm

Re: [feature request] Add option for remote downloaders

Postby Faw » Mon Jan 09, 2012 7:13 pm

So nothing yet?
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
Faw
 
Posts: 4
Joined: Thu Apr 28, 2011 6:36 pm

Re: [feature request] Add option for remote downloaders

Postby Giorgio Maone » Mon Jan 09, 2012 8:41 pm

It's actually a very good idea.
I'm putting it in my TODO list, but I'm likely to implement it in a simpler way, e.g. by just letting user to specify an URL template which accepts the usual placeholders ([URL], [REFERER] and so on) but urlencodes them, rather than escaping them for the command line.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
User avatar
Giorgio Maone
Site Admin
 
Posts: 6864
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy

Re: [feature request] Add option for remote downloaders

Postby sabret00the » Mon Feb 06, 2012 11:56 am

I had a similar idea. But this too would be awesome. I hope it comes to fruition.
Mozilla/5.0 (Windows NT 6.1; rv:13.0a1) Gecko/20120205 Firefox/13.0a1
sabret00the
Senior Member
 
Posts: 60
Joined: Mon Apr 05, 2010 9:10 pm

Re: [feature request] Add option for remote downloaders

Postby Faw » Sun Mar 04, 2012 1:20 pm

Giorgio Maone wrote:It's actually a very good idea.
I'm putting it in my TODO list, but I'm likely to implement it in a simpler way, e.g. by just letting user to specify an URL template which accepts the usual placeholders ([URL], [REFERER] and so on) but urlencodes them, rather than escaping them for the command line.


Well the reason I split it in sections (host,user,password pathm method,data) is because not all downloaders use GET (Aria2C uses POST), so maybe it could be just 2 fields: URL,POST_DATA (using placeholders on both), if POST_DATA is empty, just use GET.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Faw
 
Posts: 4
Joined: Thu Apr 28, 2011 6:36 pm


Return to FlashGot Development

Who is online

Users browsing this forum: Bing [Bot] and 0 guests