Hallo,
habe mir eben xampp auf meien debian maschine gepackt.
Funktioniert auch soweil, aber ein habe ich nich nicht hinbekommen:
wie kann ich einem user der sich mit seinem shel konto auf dem ftp einloggt einen RootDir zuweisen.
momentan habe ich alle auf einem verzeichnis.
Danke für jede antwort.
meine momentane config sieht so aus:
ServerName "ProFTpD"
ServerType standalone
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
MaxInstances 10
# Set the user and group that the server normally runs at.
User ftp
#Group ftp
<Directory /opt/lampp/htdocs/*>
AllowOverwrite on
</Directory>
DefaultRoot /opt/lampp/htdocs
RequireValidShell on
UseFtpUsers off