You are not logged in.

#1 2009-07-12 16:59:38

ancide
Member
Registered: 2009-07-09
Posts: 40

Pure-ftpd: Change the default group of loggedin users [SOLVED]

So the problem I have is that when I upload files via pure-ftpd to my http folder they will have ancide:ancide as the user and group.
For apache to be able to run those files I have to change all the files manually so that they are ancide:http or http:http.

So my question is, can I change so when I upload files in the http folder they will automatically have the http group set?

Or is there a better solution to solve this problem?

Thanks!

Last edited by ancide (2009-07-14 11:53:46)

Offline

#2 2009-07-12 20:47:40

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: Pure-ftpd: Change the default group of loggedin users [SOLVED]

I've never used pure-ftpd but can't you configure chmod from withi the program, or use umask?


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#3 2009-07-12 20:52:52

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,597
Website

Re: Pure-ftpd: Change the default group of loggedin users [SOLVED]

Is pure-ftpd running as the ancide user or...?


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#4 2009-07-12 20:58:43

djgera
Developer
From: Buenos Aires - Argentina
Registered: 2008-12-24
Posts: 723
Website

Re: Pure-ftpd: Change the default group of loggedin users [SOLVED]

set the setgid in the directory and change to the desire group.

chmod g+s upload
chgrp http upload

Offline

#5 2009-07-14 11:52:53

ancide
Member
Registered: 2009-07-09
Posts: 40

Re: Pure-ftpd: Change the default group of loggedin users [SOLVED]

I came up with a solution to solve this.

By using pure-ftpd with mysql in the database you can set the uid and gid of the ftp users! smile

The problem for me was that I had to download the unsupported pure-ftpd-mysql and compile it myself, but that's another story.

Thanks for the replies though.

Last edited by ancide (2009-07-14 11:54:46)

Offline

Board footer

Powered by FluxBB