Closed
Bug 219260
Opened 22 years ago
Closed 22 years ago
downloading puts file in temp directory first, then moves to final destination
Categories
(SeaMonkey :: Download & File Handling, defect)
Tracking
(Not tracked)
People
(Reporter: holger, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; de-AT; rv:1.4) Gecko/20030624
When downloading a file, it is first put in the Windows temp dir under a funny
name. After the download is finished, the file is copied to the final
destination. problems arise if the file is big: the disk with the temp dir might
have not enough free space; copying takes a long time if temp dir and final dir
are not in the same file system.
Reproducible: Always
Steps to Reproduce:
1. download a big file (from a local server)
2. watch how the file is copied again in your local machine from one place to
another
Expected Results:
If I choose a destination directory and file name for a download, Mozilla should
adhere to it and NOT make a decision to put the file (temporarily) elsewhere. In
the Linux version it works fine, in the Windows version it behaves as described
and critisized.
This looks like a dup. of bug 69938. Reporter, if you agree can you mark as
such (I don't have the correct privs.)
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 69938 ***
*** This bug has been marked as a duplicate of 69938 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•