Vorab ... ich habe wirklich alles probiert aber ich kriege es einfach nicht hin ;( , kenne mich auch nicht sonderlich gut mit ftpd aus
Also hier mein Problem:
Ich will das die USER die sich auf den ftp server einloggen in ihr Homedir eingesperrt sind und nicht in anderere homedirs ( z.b.) einsehen können..
ich kriege es einfach nicht hin - habe verschiedene configs ausprobiert.
Hier meine Config:
# (C) www.proftpd.de
# updated 2003-05-12
# by Stonki
ServerName "SERVERNAME"
ServerType inetd
DefaultServer on
# Port 21 is the standard FTP port.
Port 21
# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022
# Note that this ONLY works in standalone mode
MaxInstances 30
# Set the user and group under which the server will run.
User ftp
Group ftp
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~
# Normally, we want files to be overwriteable.
<Directory />
AllowOverwrite on
</Directory>
schon mal vorab - Danke