tja da steh ich nun...
Debian Sarge 3.1 r0a, und proftpd kann ich einfach nicht ansprechen...
das hier ist meine (basis) conf:
# (C)
www.proftpd.de# updated 2003-05-12
# by Stonki
ServerName "SERVERNAME"
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
# Note that this ONLY works in standalone mode
MaxInstances 30
# Set the user and group under which the server will run.
User nobody
Group nogroup
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~
# Normally, we want files to be overwriteable.
AllowOverwrite on
>>
in die hosts.allow hab ich ausserdem proftpd: ALL eingetragen...
weiss vielleicht jemand spontan was ich verkehrt mache/ vergessen habe? Mehr info poste ich gerne...