hab ein problem beim fxpn
mit flashfxp krieg ich immer folgenden fehler
[L] 150 File status okay; about to open data connection from Burner.
[R] 425 Unable to build data connection: Operation not permitted
[L] ABOR
[L] 426- Connection reset
[L] 426 Connection reset
[L] 226 Closing data connection
[R] ABOR
[R] 226 Abort successful
[R] Transfer Failed!
meine config sieht so aus
#
# Basic
#
ServerName xxx
serverType inetd
ServerAdmin xxx
#
# Debug Level
#
SyslogLevel warn
SystemLog /usr/local/proftpd/log/system.log
#
# Defaults
#
ServerIdent on "xxx"
DeferWelcome on
DefaultServer on
DelayEngine off
MultilineRFC2228 on
#
# Display
#
DisplayLogin .displayLogin
DisplayFirstChdir .message
ListOptions "-l" strict
HiddenStor off
DirFakeUser on xxx
DirFakeGroup on xxx
DirFakeMode 000
# PORT!
Port 777
#
# Zugangskontrolle
#
SQLAuthTypes Plaintext
SQLAuthenticate users*
SQLConnectInfo xxx@localhost xxx xxx
SQLDefaultGID 65534
SQLDefaultUID 65534
SQLMinUserGID 100
SQLMinUserUID 500
SQLUserInfo ftp username password uid gid homedir shell
SQLLogFile /usr/local/proftpd/log/sql.log
#
# FXP
#
AllowForeignAddress on
Umask 022
User nobody
Group nogroup
#
# Maxs
#
MaxClientsPerHost 2 "Not more then %m connections per host allowed!"
MaxClients 5 "Site is full!"
#
# Restart erlauben
#
AllowStoreRestart on
AllowRetrieveRestart on
<Directory /var/ftp/*>
AllowOverwrite off
HideNoAccess on
<Limit *>
AllowAll
</Limit>
</Directory>
MaxInstances 30
UseReverseDNS off
IdentLookups off
TimeoutStalled 300
MaxLoginAttempts 3
RequireValidShell off
DefaultRoot /var/ftp
#
# TLS
#
TLSEngine on
TLSLog /usr/local/proftpd/log/tls.log
TLSProtocol SSLv23
TLSOptions NoCertRequest
TLSRSACertificateFile /usr/local/proftpd/etc/proftpd.cert.pem
TLSRSACertificateKeyFile /usr/local/proftpd/etc/proftpd.key.pem
TLSVerifyClient off
TLSRequired on
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"
ScoreboardFile /usr/local/proftpd/var/proftpd.scoreboard
TransferLog /usr/local/proftpd/log/xfer.log
ExtendedLog /usr/local/proftpd/log/access.log WRITE,READ write
ExtendedLog /usr/local/proftpd/log/auth.log AUTH auth
ExtendedLog /usr/local/proftpd/log/paranoid.log ALL default
schonmal danke