Das alles ist Klar doch es funk nicht so richtig
config von 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
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
# 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.
RequireValidShell off
# Passive Ports
PassivePorts 60000 64950
DeleteAbortedStores on
DefaultRoot ~
MaxClients 5
DisplayConnect /home/ftp/welcome.msg
DisplayFirstChdir /home/ftp/.message
DisplayLogin /home/ftp/welcome.msg
TimeoutLogin 240
TimeoutIdle 1200
TimeoutNoTransfer 900
TimeoutStalled 3600
MaxClientsPerHost 3 "Mehrmaliges einloggen nicht erlaubt!"
MaxClients 5 "Sorry, aber %m User kleben bereits am FTP
"
MaxInstances 20
#
#*******Log Files******************************************
TransferLog /var/log/proftpd/proftpd.xferlog
# Some logging formats
LogFormat default "%h %l %u %t \"%r\" %s %b"
LogFormat auth "%v [%P] %h %t \"%r\" %s"
LogFormat write "%h %l %u %t \"%r\" %s %b"
# Log file/dir access
ExtendedLog /var/log/proftpd/proftpd.access_log WRITE,READ write
# Record all logins
ExtendedLog /var/log/proftpd/proftpd.auth_log AUTH auth
# Paranoia logging level....
ExtendedLog /var/log/proftpd/proftpd.paranoid_log ALL default
#*******Log Files Ende*************************************
#
<Global>
DefaultRoot ~
DisplayFirstChdir /home/ftp/.message
DisplayLogin /home/ftp/welcome.msg
</Global>
# Normally, we want files to be overwriteable.
<Directory />
AllowOverwrite on
</Directory>
So sieht es aus.
ich hatte noch Einträge mit Masquer...
das ändert aber nichts.
und weiter so sieht log von ws_ftp_l
connecting to 80.145.79.90:21
Connected to 80.145.79.90 port 21
220-Willkommen auf dem FTP-Server:
centihome.homelinux.net
Auf dem Server ist 6865748 freies Platz
Es sind 1 User Verbunden
*******************************
Dein Rechner Bacad.pppool.de
220 ProFTPD 1.2.8 Server (centihome-FTP) [linux.homeintranet.net]
USER pcftp
331 Password required for pcftp.
PASS (hidden)
230 User pcftp logged in.
PWD
257 "/" is current directory.
SYST
215 UNIX Type: L8
Host type (S): UNIX (standard)
PASV
227 Entering Passive Mode (192,168,100,2,230,78).
connecting to 192.168.100.2:58958
- -
connecting to 192.168.100.2:58958
! Connection failed 192.168.100.2 - error 10051
! connect: error 0
PORT 213,7,172,173,5,138
200 PORT command successful
LIST
150 Opening ASCII mode data connection for file list
Received 80 bytes in 0.1 secs, (800.00 Bps), transfer succeeded
226 Transfer complete.