Permission setzen mit ftpaccess und ftpchroot

Hallo!

Ich hab folgendes Problem auf nem Dedi-Server:

Als User „default“ kann ich mich zwar per FTP-Proggie einloggen, aber ich habe keine chmod und Upload rechte, OBWOHL alle Rechte von mir per Webmin vergeben wurde.

Der User default wurde von mir in der User-ID 500 angelegt und in die Group „ftpchroot“ angelegt. Außerdem hab ich in /etc/ eine Datei ftpchroot mit dem Eintrag: default angelegt.

Hier der Inhalt der ftpaccess-Datei:

This file controls the behavior of the wu-ftpd

ftp server.

If you’re looking for a graphical frontend to

editing it, try kwuftpd from the kdeadmin

package.

Don’t allow system accounts to log in over ftp

deny-uid %-99 %65534-
deny-gid %-99 %65534-

The ftpchroot group doesn’t exist by default, this

entry is just supplied as an example.

To chroot a user, modify the line below or create

the ftpchroot group and add the user to it.

You will need to setup the required applications

and libraries in the root directory (set using

guest-root).

Look at the anonftp package for the files you’ll need.

guestgroup ftpchroot

User classes…

class all real,guest *

Set this to your email address

email [email protected]

Allow 5 mistyped passwords

loginfails 5

Notify the users of README files at login and when

changing to a different directory

readme README* login
readme README* cwd=*

Messages displayed to the user

message /welcome.msg login
message .message cwd=*

Allow on-the-fly compression and tarring

compress yes all
tar yes all

Prevent anonymous users (and partially guest users)

from executing dangerous commands

chmod yes guest,real
delete yes guest,real
overwrite yes guest,real
rename yes guest,real

Turn on logging to /var/log/xferlog

log transfers anonymous,guest,real inbound,outbound

If /etc/shutmsg exists, don’t allow logins

see ftpshut man page

shutdown /etc/shutmsg

Ask users to use their email address as anonymous

password

passwd-check trivial enforce
private no
greeting full

Frage: Was ist zu ändern damit default die Erlaubnis zum Upload und chmod-Ändern erhält?