www.ProFTPD.de
13. März 2007, 22:06:15 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
  Übersicht Hilfe Suche Login Registrieren  
  Zeige Beiträge
Seiten: [1]
1  ProFTPD / ProFTPD - Deutsch / Re: FXP funktioniert nicht. am: 05. Mai 2006, 23:04:15
also nicht das ich mich falsch ausgedrückt habe
ich habe einen router
aber die funktion hat nichts geändert
2  ProFTPD / ProFTPD - Deutsch / Re: FXP funktioniert nicht. am: 02. Mai 2006, 22:52:17
nein
damit kommt immer noch dieser error

Code:
[L] 425 Unable to build data connection: Operation not permitted
3  ProFTPD / ProFTPD - Deutsch / FXP funktioniert nicht. am: 30. April 2006, 19:36:10
hab ein problem beim fxpn
mit flashfxp krieg ich immer folgenden fehler
Code:
[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

Code:
#
# 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
Seiten: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.141 Sekunden mit 16 Zugriffen.