Also ich weiß nun wirklich nicht mehr weiter ich habe die Firewall komplett runter gefahren und immer noch das Problem.
Ich habe jetzt auch umgestellt auf Standalone und mich verlassen nun auch die Google Kräfte.
Vielleicht ist ja meine Config falsch vielleicht könnt ihr da einfach mal schauen.
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.
ServerName "FTP Rulez"
ServerType standalone
DefaultServer on
MasqueradeAddress du.de
<Global>
PassivePorts 49152 65534
AllowForeignAddress on
</Global>
UseReverseDNS off
IdentLookups off
# Logging
# 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"
ExtendedLog /var/log/proftpd.paranoid_log ALL default
ExtendedLog /var/log/proftpd.access_log WRITE,READ write
ExtendedLog /var/log/proftpd.auth_log AUTH auth
Port 21
Umask 022
MaxInstances 15
User nobody
Group nogroup
DefaultRoot ~
<Directory />
AllowOverwrite on
</Directory>