Hallo Michelle, ich verwende proftpd zwar nur privat und ohne anonymous, trotdem...
> # /etc/proftp.conf ... > > User root <---+ > Group root <---+ > | Das steht zweimal > drin. Sollte es meines erachtens nicht, da das User/Group sind, unter denen proftpd läuft. Außerdem nimmt man da normalerweise nicht root, sondern z.B. nobody/nogroup, wie weiter unten. > MaxInstances 30 | Bei Slink war das nicht. > | Ist das jetzut ein/der ... The MaxInstances directive configures the maximum number of child processes that may be spawned by a parent proftpd process in standalone mode. ... The MaxInstances directive can be used to prevent undesirable denial-of-service attacks (repeatedly connecting to the ftp port, causing proftpd to fork-bomb). ... (aus /usr/share/doc/proftpd/Configuration.html) > User nobody <---+ Fehler ??? > Group nogroup <---+ siehe oben. Außerdem: # Because a group-expression is included, only users who are a member of # the group 'users' and NOT a member of 'staff' will have their default # root directory set to '~'. DefaultRoot ~ users,!staff Damit könntest Du festlegen, daß deine normalen User nicht in ihrem Homedir landen sollen. aber: DefaultRoot cannot be used in <Anonymous> configuration blocks, as the <Anonymous> directive explicitly contains a root directory used for Anonymous logins. Hoffe es hilft etwas weiter. Bei hat ein User keine root-Rechte beim Einloggen via proftpd. Ich nutze ~ $ proftpd --version - ProFTPD Version 1.2.0pre10 Gruß Uli -- **************************************************************** Ulrich Wiederhold Clarenbachstraße 1 50931 Köln *** phone +49-221-2766619 email [EMAIL PROTECTED] -- ----------------------------------------------------------- Um sich aus der Liste auszutragen schicken Sie bitte eine E-Mail an [EMAIL PROTECTED] die im Subject "unsubscribe <deine_email_adresse>" enthaelt. Bei Problemen bitte eine Mail an: [EMAIL PROTECTED] ----------------------------------------------------------- 684 eingetragene Mitglieder in dieser Liste.

