Closed Bug 291163 Opened 19 years ago Closed 19 years ago

download doesn't resume after disconnecting / reconnecting my connexion

Categories

(Toolkit :: Downloads API, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 230870

People

(Reporter: jojosantzf, Assigned: bugs)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050405 Firefox/1.0 (Ubuntu package 1.0.2)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050405 Firefox/1.0 (Ubuntu package 1.0.2)

When I try to get a file from a FTP archive ( there
ftp://ftp.duckcorp.org/hurdfr/hurd/k8/), I often have to disconnect my PPPOA
ADSL connexion (F@st800 modem, eagle-usb driver) because I share it with another
computer. When I reconnect it using this script
[script]
#!/bin/sh
sudo eaglectrl -d
sudo eaglectrl -w
sudo startadsl
echo ADSL connecté
firefox $INTERNETSTART
echo Firefox est lancé
[/script]
[I add it, it might help), I click the 'resume' button in the download manager,
but the download won't start anymore. Actually, the 'resume' button is replaced
by the 'pause' button (as it is when I really download), but I don't get anything.
I hope you'll find a solution.
Appenda : wget -c works fine with this system. Maybe you should try to use its
code ?


Reproducible: Always

Steps to Reproduce:
1. Start a download 
2. Pause it
3. Shutdown the internet connexion
4. Start the internet connexion again
5. Click the 'resume' button.

Actual Results:  
The download did NOT resume.

Expected Results:  
The download should have resumed after clicking the 'resume' button

*** This bug has been marked as a duplicate of 230870 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.