Re: thorny (for me) permissions problem

2008-10-07 Thread John Almberg
Well, thanks to Valintin, I did figure out how to change the umask for pure-ftpd. So now uploaded files have the permissions I wanted, even if they are not needed. Be careful with what you've done. If you changed the umask on the ftpd as a whole, then suddenly unrelated users are going to

Re: thorny (for me) permissions problem

2008-10-07 Thread Jeremy Chadwick
On Tue, Oct 07, 2008 at 10:23:53AM -0400, John Almberg wrote: > > On Oct 7, 2008, at 9:34 AM, Jeremy Hooks wrote: > 4. however, after upload, the file has the ownership A:B (i.e, owned by >> A, group B) with permissions -rw-r--r--. So B does not have permission >> to >> delete the file

Re: thorny (for me) permissions problem

2008-10-07 Thread John Almberg
On Oct 7, 2008, at 9:34 AM, Jeremy Hooks wrote: 4. however, after upload, the file has the ownership A:B (i.e, owned by A, group B) with permissions -rw-r--r--. So B does not have permission to delete the file. -rw-r--r-- 1 user_a user_b 154879 Oct 7 08:40 data_file.csv Hi John. Co

Re: thorny (for me) permissions problem

2008-10-07 Thread Jeremy Hooks
>> 4. however, after upload, the file has the ownership A:B (i.e, owned by A, group B) with permissions -rw-r--r--. So B does not have permission to delete the file. -rw-r--r-- 1 user_a user_b 154879 Oct 7 08:40 data_file.csv Hi John. Correct me if I am wrong but permission to delete a fil

Re: thorny (for me) permissions problem

2008-10-07 Thread Jeremy Chadwick
On Tue, Oct 07, 2008 at 08:54:36AM -0400, John Almberg wrote: > The following permissions problem has me stumped: > > 1. User A uploads a file (using ftp) to the server, into a directory > called 'data' owned by user B. Permissions on directory set to allow > this, like this: > drwxrwxr-x

Re: thorny (for me) permissions problem

2008-10-07 Thread Valentin Bud
Hello mr. John, On Tue, Oct 7, 2008 at 2:54 PM, John Almberg <[EMAIL PROTECTED]> wrote: > The following permissions problem has me stumped: > > 1. User A uploads a file (using ftp) to the server, into a directory called > 'data' owned by user B. Permissions on directory set to allow this, like >