www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: Anonymous am 14. September 2005, 16:13:50



Titel: LAMPP - userverwaltung
Beitrag von: Anonymous am 14. September 2005, 16:13:50
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:

Code:


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