[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Dreamweaver default upload permissions
- Subject: Re: [cobalt-users] Dreamweaver default upload permissions
- From: "cbtrussell" <cbtrussell@xxxxxxxxxxx>
- Date: Thu Feb 21 06:53:01 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> At 11:17 PM 2/20/2002, you wrote:
> >We have a site where we are using DreamWeaver4 in workgroup mode to
> >develop a site. I'm VERY frustrated because all files uploaded to the
> >server are 644, which obviously isn't condusive to sharing among the
users
> >of the site.
> >
> >If I use a normal FTP program, files are correctly uploaded as 664.
> >Therefore this seems to be a DW issue.
> I have a friend that has been using DreamWeaver (version unknown) and all
> the files she has uploaded to my Raq are 644
> I also have looked at files on my server that have been uploaded by
> NetObject Fusion and they are 664 with files uploaded prior to the OS2
> update being 644.
> I have looked at files I have uploaded with WSFtp Pro and they seem to be
644
> Files uploaded with WinSCP2 appear to all be 644.
>
> Not to argue a point, but what ftp program are you using. I don't seem to
> find the same as you. It has frustrated me some to be set up as admin
> and/or site admin with someone else also as siteadmin and not be able to
> change files they have uploaded. Which is the gist of your question
really.
DW4 uploads = 644.
WS-FTP uploads = 664
For any FTP client, the default should be 664 as the umask is 002, both in
proftpd.conf and /etc/profile.
It appears that DW4 is imposing its own umask of 022. The dreamweaver
newsgroups have a spattering of identical complaints, all implying a server
dependency, but not a single one has a reply/solution.
The problem is twofold:
If a user is just uploading files and continually publishing revisions to
the server from a local copy, then the 644 isn't a factor. However, now I've
got several coders working on a project at once, and while DW's version
control is fairly rudimentary, it would work well enough but obviously with
644 users can't share files to others in the group. The solution is to
change permissions every time you upload a file, but why on earth should I
have to do that!!?? This is unbelievably one place where FrontPage <shudder>
does something right, and DW totally screws the pooch.
And as you mention, admin can't change these either, only root or the file
owner.
What gives?
Brandon