Closed
Bug 187637
Opened 22 years ago
Closed 22 years ago
Mozilla should be able to resume a partial download (FTP/HTTP)
Categories
(SeaMonkey :: Download & File Handling, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 164878
People
(Reporter: heiner.steven, Assigned: dougt)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
When a file is downloaded using either the FTP or HTTP protocol, and
the download is interrupted (e.g. by a bad modem connection), all
data downloaded until that moment is discarded, and the download
starts again with byte 1.
If e.g. a download advanced 95% completion, and the connection is
then dropped, the download starts again from scratch.
Mozilla could make use of FTP's RESTART (REST) command (RFC 959),
and of HTTP servers supporting byte ranges (RFC 2068).
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
The backend code is present; theres just no frontend.
Dupe of bug 164878 + friends
*** This bug has been marked as a duplicate of 164878 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Component: Networking: FTP → Download Manager
QA Contact: benc → petersen
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•