hallo,
ich starte mit
# proftpd -c /etc/proftpd.conf -n
localhost - ProFTPD 1.2.9 (stable) (built Fri May 21 12:47:10 CEST 2004) standalone mode STARTUP
hier habe ich versucht von einem anderem rechener zu connecten
rtts (rene[192.168.2.3]) - ProFTPD terminating (signal 11)
rtts (rene[192.168.2.3]) - FTP session closed.
und hier nochmak
rtts (rene[192.168.2.3]) - ProFTPD terminating (signal 11)
rtts (rene[192.168.2.3]) - FTP session closed.
vom anderen rechner aus:
#ftp 192.168.2.222
Connected to 192.168.2.222.
421 Service not available, remote server has closed connection.
ftp>
meine proftpd.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 rt
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.
<Directory />
AllowOverwrite on
</Directory>
SQLConnectInfo proma@localhost ftpuser aa
SQLAuthenticate users
SQLAuthTypes backend
SQLDefaultHomedir /var/www
SQLUserInfo users userid passwd uid gid homedir shell
SQLGroupInfo groups groupname gid members
SQLLog PASS updatecount
SQLNamedQuery updatecount UPDATE "count=count+1 WHERE userid='%u'"users
rene