Firstly what type of server is it not all handle permissions of uploaded
files the same. Possibly using a program such as Rbrowser which allows
setting permissions on the server of FTP'd files through a GUI may work.
Another possibility would be to try and set up WebDAV on the server.
Dreamweaver MX & MX2004 supports this and this way permissions aren't
changed on upload. Another method is to use a Folder Action Script if the
servers running OS X and have it set so any files uploaded to a particular
folder or recursive folders are set to the right permissions. All of these
suggestions apart from the first require you to either have Admin access to
the server or a very co operative ISP.

All the best
Greg Sharp

On 16/12/04 7:24 AM, "Onno Benschop" <[EMAIL PROTECTED]> wrote:

> [Aside: Third attempt to send this message - someone decided to
> black-list the Optus firewall...]
> 
> Have a situation where a web-site has been moved around between several
> computers during its development and when it has been approved, it gets
> uploaded to an ftp site.
> 
> The upload succeeds, but the file permissions are completely stuffed.
> 
> This means that some files will have appropriate permissions, and some
> will not allow any access to anyone at all. Directories are similarly
> affected.
> 
> Can anyone point to why this is and how it gets to be fixed? (Yes I'm
> familiar with the chmod command, I was hoping for a more automated
> solution.)