mozdev.org

downloadwithplus

resources: resources:

Feel free to add comments about DownloadwithPlus here.

User Notes: [?]

If you do not get a response to a question posted in this forum, please try sending a message to the project's mailing list or to the project owner directly.

[1] Submitted by: First comment on Tuesday 17th May 2005 at 23:49 -0400

Ok, making sure this works.
-Geuis

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[2] Submitted by: philip.chee@gmail on Thursday 19th May 2005 at 16:26 -0400

Was it not possible to talk to the mozdev admins to take over the abandoned project instead of forking a new project?
-Phil

Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8a6) Gecko/20050111 MultiZilla/1.8.0.0a Mnenhy/0.7.2.0
[3] Submitted by: Geuis on Thursday 19th May 2005 at 16:53 -0400

That was my initial action 7 months ago and I was told it was not possible.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[4] Submitted by: Tasha on Tuesday 31st May 2005 at 13:24 -0400

Great work! Simple and Get-to-the-Point.
Have this to "Downloaderwith+" "Flashget" for Netscape 8.0.1 which didn't work corretly with "FlashGot" extension.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20050519 Netscape/8.0.1
[5] Submitted by: martouf on Thursday 2nd June 2005 at 21:59 -0400

did you see my comments on downloadwith's "cygwin wget"
entry and the placement of where downloadwith appears
in the right-click context menu?

(hope you'll apply the info to this new extension)

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511
[5] Submitted by: martouf on Thursday 2nd June 2005 at 22:00 -0400

did you see my comments on downloadwith's "cygwin wget"
entry and the placement of where downloadwith appears
in the right-click context menu?

(hope you'll apply the info to this new extension)

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511
[6] Submitted by: Geuis on Friday 3rd June 2005 at 02:34 -0400

Martouf, I'm not sure I follow what you're talking about.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[7] Submitted by: Adolfo on Friday 3rd June 2005 at 23:19 -0400

Hi, I'm trying to install Downloadwith plus but Firefox 1.04 shows "open with" window. I donīt understand why because I can install any .xpi files like flashgot or bookmark backup.
Thanks in advance.

Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[8] Submitted by: Geuis on Saturday 4th June 2005 at 07:12 -0400

Save the .xpi to your desktop.

Open the Firefox extentions window, and then drag the .xpi file from the desktop onto the open extentions window.

This should allow you to install it.

I've only been able to make minor modifications to the xpi so far, and I'm still tearing through it to completely understand its coding and to make more updates.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[9] Submitted by: Adolfo on Saturday 4th June 2005 at 08:37 -0400

Thank you Geuis,Downloadwith plus now is installed.

But I have the same problem that I have with Downloadwith "classic", if I send a download to DAP(DAP Main Module 7.4.0.1) being DAP not started, DAP doesnīt catch the link and also it gets blocked.

I only can close DAP from the system tray, there's nothing else that allows me to do.

If DAP is started at the time I send a link from Downloadwith plus everything is OK.

Thanks in advance again.

Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[10] Submitted by: Geuis on Saturday 4th June 2005 at 11:44 -0400

Go to Extentions. Click on DownloadwithPlus, then Options.
Click "Create new application". Choose DAP from the list, then OK. If you want DAP to be the only download option, delete all other listed applications.
Lemme know if you still have a problem.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[11] Submitted by: Adolfo on Saturday 4th June 2005 at 12:51 -0400

I did what you told me, but I still have the same problem.

My Windows XP is Spanish version and I have DAP installed in c:\Archivos de Programa\Dap not c:\program files\Dap,I guess it doesnīt matter the path where DAP is installed(if you browse the right path of course, like I did).

Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[12] Submitted by: Geuis on Saturday 4th June 2005 at 17:58 -0400

Download the latest version of DAP and reinstall it. Make sure you uninstall through add/remove programs before installing the newer version. If this doesn't work, it sounds like Firefox isn't making the association between the file type and the associated application, being DAP. Reinstall Firefox, then DAP, then downloadwithplus.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[13] Submitted by: martouf on Tuesday 7th June 2005 at 00:50 -0400

wow! a response .. thanks Geuis!

here's the comments i had for the moribund predecessor:
I find these settings are better for use with Cygwin's wget:

Label: cygwin wget
Command: C:\cygwin\bin\bash.exe
Arguments: -c "/usr/bin/wget -P $HOME -t 5 --limit-rate=40k [URL] && /usr/bin/echo 'press any key to close window...' && read -n 1"

Reasons for making the changes:
1. isn't C:\cygwin the default Cygwin install location?
2. a directory for -P is needed, but perhaps the user's Cygwin home directory
is more appropriate? ( note that if -P isn't used at all, all wget files
end up in C:\Program Files\Common Files\mozilla.org\GRE\ )
3. changed from unlimited retries "-t 0" to 5 retries ( be nice to servers )
4. added rate limiting ( be nice to bandwidth )
5. added parameter to bash built-in 'read' so it actually completes after
reading one char - otherwise, it just sits there until you type [Enter].

I have one question:

What controls where in the context menu DownloadWith appears?

I'd very much prefer to have it appear in the next command group
above - the group where "Save Link Target As.." and "Copy Link Location"
appears.

It would be more ... contextual.

thanks for the extension!

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511
[14] Submitted by: Geuis on Tuesday 7th June 2005 at 11:10 -0400

I've noted your comments. Honestly, I'm still trying to fully understand how the original extention is put together, so I'm not at a point of making these changes just yet. That's why you'll still see a lot of original text in different areas of the extention.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[15] Submitted by: Lucas Malor on Sunday 19th June 2005 at 06:58 -0400

DownloadWithPlus doesn't work with my pc. It shows only download with GetRight (that I don't have) and not Download Accelerator. I have Firefox 1.4, DAP 7.4.0.1, windows XP service pack 2.

Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[16] Submitted by: Lucas Malor on Sunday 19th June 2005 at 07:07 -0400

Excuse me, I read only now the old posts. Now all is ok.

Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[17] Submitted by: Lucas Malor on Monday 20th June 2005 at 09:24 -0400

Ok, I have a real bug now :)
If DAP is closed, choosing to download with DAP only starts DAP application and not the download. Furthermore the window of DAP cannot be opened anymore (I must close and reopen DAP).

As before I have Firefox 1.0.4, DAP 7.4.0.1, windows XP service pack 2.

Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[18] Submitted by: TickleOnTheTum on Friday 24th June 2005 at 15:02 -0400

Acouple of features i'd like to see in DW+ :

1) A Firefox toolbar button that can switch between Capture All or No capture at all.

2) An option to switch between Firefox handing the links direct to DW+ or going to the net then giving DW+ the link (as it does now).

I hope you understand what I mean I know I've not desribed it too well...

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[19] Submitted by: Geuis on Friday 24th June 2005 at 16:23 -0400

Can you explain a bit more in detail?

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[20] Submitted by: TickleOnTheTum on Sunday 26th June 2005 at 21:39 -0400

OK...

1) I would like to be able to click on a button on Firefoxes main toolbar and have it disable capturing of links by DW+. Clicking the button again would reactivate capture.

2) When you click on a link to, for example, a zip file on a webpage Firefox validates that the linked file is available before passing the details to the application specified by DW+. While this is fine in many cases it can with some sites result in a long pause after clicking the link before the DW+ specified application recieves the URL. What I would like is if there was an option whereby DW+ could capture the URL as soon as it's clicked on and pass it straight to the application, thus bypassing the validation check.

Hope this is clearer...

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[21] Submitted by: TickleOnTheTum on Tuesday 19th July 2005 at 18:29 -0400

Is this project dead as well now?

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[22] Submitted by: Geuis on Wednesday 20th July 2005 at 09:16 -0400

No, its not dead. However, since I don't have the original source code I am having to "reverse engineer" this in a way. Also, I just started a new job and am in the process of starting a helpdesk for a company, so my time is limited. I'll get back around to making improvements to this as soon as I can.

If anyone has issues with getting it to work, please feel free to let me know and I'll do what I can.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
[23] Submitted by: Matthew Laing on Monday 1st August 2005 at 03:17 -0400

This is great.

Can you have the option to download all - available when you right click? Selecting this option will take you to your download managers download all function. (Where you can grad all of the downloadable files on a page)

Let me know if you need me to clarify this some more.

Matt

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
[24] Submitted by: x on Sunday 28th August 2005 at 21:42 -0400

Can't download it... 509 Bandwidth Limit Exceeded.

Any mirrors?

Thanks.

Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.7.10) Gecko/20050717 Firefox/1.0.6
[25] Submitted by: Geuis on Tuesday 30th August 2005 at 12:42 -0400

Sorry about the down link. Try again after Sept 1st. 20gb transfer a month doesn't go far anymore.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
[26] Submitted by: Jorge on Sunday 11th September 2005 at 20:18 -0400

DW+ does not work with firefox 1.4 or later, are you planning to update it so that it would?

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
[27] Submitted by: Geuis on Monday 19th September 2005 at 13:31 -0400

Ok, this is a sad announcement of sorts. I personally will not be updating Downloadwith for future versions of Firefox/Mozilla. Despite best intentions to make more improvements to this extention by creating the DownloadwithPlus project, the original developers abandoned it a long time ago, and the best I've been able to do is to make it work with newer versions of Firefox. Now that the entire extention scheme is being redone, I am not going to invest time and effort to port this extention. There are some other really good extentions that are actively developed and work better than this extention. Not many people use this any more anyhow, so here's where the road ends, at least for me.

Hope this extention helped some people, as it did me when I first picked it up.

Good luck.

-Geuis

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050913 Firefox/1.4
[28] Submitted by: x on Friday 30th September 2005 at 00:02 -0400

Sad news, but thanks for extending this extensions life a little longer :<

What other extensions are there to do the same?

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
[29] Submitted by: Bryan on Sunday 30th October 2005 at 14:14 -0500

How about making it work with firefox 1.5b2? seams to complain after installing the extension..

Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1
[30] Submitted by: Jorge on Monday 31st October 2005 at 13:22 -0500

What are you talking about?
This is by far the best download extension for firefox.
I tried Flashgot and it is carp!!!
C'mon! please update it!
best regards,
me.

Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
[31] Submitted by: Jorge on Monday 31st October 2005 at 13:23 -0500

carp, that is...

Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
[32] Submitted by: Geuis on Friday 18th November 2005 at 09:29 -0500

Well, I started writing another extension called Cacheout that is still in the development stages. This means I feel a lot more confident in extension development.

I'm re-opening development of this plugin.

I'd like to get a list of wants/suggestions for features for DownloadwithPlus.

Email me at geuis.teses AT gmail.com
--Geuis

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
[33] Submitted by: Ian on Monday 21st November 2005 at 19:48 -0500

So is downloadwith + dead? or is it being re-done under a new name?

I just tried installed the latest version of it with 1.5 rc3 and it doesnt seem to have worked correctly. Now at the bottom of my browser window below the status bar i have some text which says:

!DOCTYPE overlay system "chrome://downloadwith/locale/downloadwith.dtd"

I also get a similar error message if I try to access the extension options.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
[34] Submitted by: Geuis on Monday 21st November 2005 at 21:18 -0500

Resurrected, you could say. I've not updated it to work with 1.5 just yet. I'll make an announcement when I have.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
[35] Submitted by: ibgb on Tuesday 6th December 2005 at 23:35 -0500

This is easily one of my most used extensions and I eagerlly await a version that works in 1.5

Thanks

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
[36] Submitted by: bsperan on Wednesday 7th December 2005 at 18:24 -0500

X wrote in [24]:
Can't download it... 509 Bandwidth Limit Exceeded.
Any mirrors?

Geuis wrote in [25]:
Sorry about the down link. Try again after Sept 1st. 20gb transfer a month doesn't go far anymore.

Well, now nobody can download DownloadWith Plus. Which, if you think about it, is so ironic it's ALMOST funny.

"Not Found
The requested URL /downlloadwithplus010.xpi was not found on this server."

For goodness sake! With respect, what's the point of a program if nobody is able to download or use it? Would somebody PLEASE upload this program to a FREE FILE HOSTING SERVICE? It costs nothing but your time:

www.fileshack.us
www.streamload.com
www.ripway.com
www.free-webhosts.com

Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.23 [en]
[37] Submitted by: bsperan on Wednesday 7th December 2005 at 18:29 -0500

X wrote in [26]:
What other extensions are there to do the same

Jorge wrote in [30]:
This is by far the best download extension for firefox.
I tried Flashgot and it is carp!!!

Indeed, inquisitive minds would like to know what alternatives there are to DownloadWith Plus.

And, btw, not everyone uses Mozilla or FireFox as an alternative to IE. (Personally, I prefer to use Opera for browsing and Mozilla for email.)

Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.23 [en]
[38] Submitted by: bsperan on Wednesday 7th December 2005 at 18:37 -0500

Found this on the OLD DownloadWith home page:

Others extensions with download features:

ContextMenu (white.sakura.ne.jp/~piro/xul/_ctxextensions.html.en)
Download Sort (downloadstatusbar.mozdev.org/downsort/)
Download Statusbar (downloadstatusbar.mozdev.org)
Linky (linky.mozdev.org)
Magpie (www.bengoodger.com/software/tabloader/)
Mozex (mozex.mozdev.org)
Spiderzilla (spiderzilla.mozdev.org)

Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.23 [en]
[39] Submitted by: Geuis on Wednesday 7th December 2005 at 18:59 -0500

I'm working on migrating this project. You can download it now from

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
[40] Submitted by: bsperan on Wednesday 7th December 2005 at 21:25 -0500

Doing some searching I found these mirror links:

ftp.osuosl.org/pub/mozdev/downloadwithplus/downlloadwithplus010.xpi
mirrors.ibiblio.org/pub/mirrors/mozdev.org/downloadwithplus/downlloadwithplus010.xpi
mozdev.oregonstate.edu/downloadwithplus/downlloadwithplus010.xpi
ftp.iasi.roedu.net/mirrors/mozdev.org/downloadwithplus/downlloadwithplus010.xpi

And, btw, it's possible to post links in these messages, but they will not appear unless the h-t-t-p-:-/-/ prefix is removed.

Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.23 [en]
[41] Submitted by: Craig on Sunday 16th April 2006 at 18:00 -0400

Install link isn't working.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
[42] Submitted by: Alan on Friday 24th November 2006 at 14:47 -0800

The install link is still broken. I've tried a few of the mirror site in previous posts, but I get an error after relaunching Firefox. Does anyone know if it works with v1.5?

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8
[43] Submitted by: RandomPasserby on Thursday 12th July 2007 at 01:19 -0700

[39] Submitted by: Geuis on Wednesday 7th December 2005 at 18:59 -0500

I'm working on migrating this project. You can download it now from
-----------------------------------------
[40] Submitted by: bsperan on Wednesday 7th December 2005 at 21:25 -0500
*snip*
And, btw, it's possible to post links in these messages, but they will not appear unless the h-t-t-p-:-/-/ prefix is removed.
-----------------------------------------

I guess Geuis didn't notice that.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2
[44] Submitted by: RandomPasserby on Thursday 12th July 2007 at 01:22 -0700

Any chance this might be working in SeaMonkey anytime soon? I used to use the old dowloadwith when I was a mozilla 1.4 user, and I miss it. Much handier than disabling my accelerator every time I hit a site that doesn't allow it multiple simultaneous connections.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2

To add a comment fill in the form below. HTML is not allowed in posts. Use two carriage returns to start a new paragraph.

This is not provided as an advertising medium, so posts with excessive numbers of links in will be discarded, as they are assumed to be spam. Javascript is used to stem the flow of auto-submissions.

The downloadwithplus project can be contacted through the mailing list or the member list.
Copyright © 2000-2009. All rights reserved. Terms of Use & Privacy Policy.