Closed
Bug 177810
Opened 23 years ago
Closed 23 years ago
/tmp can fill up when d/l large files
Categories
(SeaMonkey :: Download & File Handling, defect)
Tracking
(Not tracked)
People
(Reporter: spackard, Assigned: bugzilla)
Details
Attachments
(1 obsolete file)
I was downloading the .iso's for RedHat 8.0 (all five concurrently).
My /tmp filled up, because until the entire file is received from the remote
site it is written to /tmp. This causes two problems:
1) You don't have enough /tmp space, so d/l fails
2) You don't have enough space in your real directory, so the file is
downloaded to /tmp and fails *after the download* to be written to my
real destination directory.
I suggest you write directly to the destination directory.
As an added feature, recovering from a partial download would be nice.
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 69938 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 3•3 years ago
|
||
Depends on D157564
Comment 4•3 years ago
|
||
Comment on attachment 9295090 [details]
Bug 177810: Cut ConnectionWorker over to GlobalScope()->ShouldRFP() r?asuth
Revision D157565 was moved to bug 1778510. Setting attachment 9295090 [details] to obsolete.
Attachment #9295090 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•