Closed
Bug 202742
Opened 23 years ago
Closed 23 years ago
Files downloaded with download manager do not follow umask settings
Categories
(SeaMonkey :: Download & File Handling, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 124307
People
(Reporter: gumbygo, Assigned: bugzilla)
Details
User-Agent: Opera/6.12 (Linux 2.4.20-8 i686; U) [en]
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
When files are downloaded with mozilla, they always have 0600 permissions (user read/write), regardless of my umask settings. I generally have my umask setting at 0002 (everything except world-write) because I share a lot of files with other users. It gets really annoying to have to chmod every file I download.
Reproducible: Always
Steps to Reproduce:
1. Load mozilla
2. Download a file by clicking it or doing "Save Link Target As"
3. Use a terminal emulator to 'ls -l' the downloaded file.
Actual Results:
The permissions on the file will always be -rw-------
Expected Results:
The permissions for a umask of 0002 should be -rw-rw-r--
For a umask of 0022: -rw-r--r--
For a umask of 0000: -rw-rw-rw
etc....
It would also be cool if Mozilla downloaded directly into the destination directory instead of copying the file there after it's downloaded (This is how Opera works).
| Reporter | ||
Comment 1•23 years ago
|
||
Sorry for the really long lines. I didn't realize bugzilla wouldn't
wrap the lines. :)
| Reporter | ||
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 124307 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 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
•