Current time: 05-20-2024, 11:24 AM Hello There, Guest! (LoginRegister)


Post Reply 
proftpd Problem
Author Message
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #3
RE: proftpd Problem
thanks BeNe,

thats right - the DB table ftp_users is differnt then the www folders.
I have set the permissions with this script:

Code:
#!/bin/sh
CHOWN=`cat /etc/passwd | grep "vu2"`
for i in $CHOWN
do
OWNER=$(echo $i | cut -d ":" -f -1)
PFAD=$(echo $i | cut -d ":" -f 6)
GROUP=www-data
chown $OWNER:$GROUP $PFAD/ -R
echo $OWNER:$GROUP $PFAD/
done

Is it possible to change the DB entrys for ftp_users again from /etc/passwd ? I mean at once ...

Regards


BeNe Wrote:Check the Permissions on the Folder. Looks like there are not correct for this User.

Greez BeNe
(This post was last modified: 09-30-2007 04:14 AM by fulltilt.)
09-30-2007 04:12 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
proftpd Problem - fulltilt - 09-30-2007, 02:38 AM
RE: proftpd Problem - BeNe - 09-30-2007, 02:55 AM
RE: proftpd Problem - fulltilt - 09-30-2007 04:12 AM
RE: proftpd Problem - BeNe - 09-30-2007, 04:39 AM
RE: proftpd Problem - fulltilt - 09-30-2007, 05:07 AM
RE: proftpd Problem - rbtux - 09-30-2007, 05:14 AM
RE: proftpd Problem - joximu - 09-30-2007, 06:06 AM
RE: proftpd Problem - fulltilt - 09-30-2007, 11:40 PM
RE: proftpd Problem - joximu - 09-30-2007, 11:45 PM
RE: proftpd Problem - fulltilt - 10-01-2007, 12:48 AM
RE: proftpd Problem - joximu - 10-01-2007, 12:58 AM
RE: proftpd Problem - fulltilt - 10-01-2007, 01:24 AM
RE: proftpd Problem - fulltilt - 10-01-2007, 01:34 AM
RE: proftpd Problem - joximu - 10-01-2007, 01:42 AM
RE: proftpd Problem - fulltilt - 10-01-2007, 05:55 AM
RE: proftpd Problem - joximu - 10-01-2007, 06:53 AM
RE: proftpd Problem - joximu - 10-01-2007, 01:34 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)