www.ProFTPD.de
13. März 2007, 19:19:22 *
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: Keine Verbindung zu proftpd am: 19. Dezember 2006, 21:23:59
Hi,

danke für deine Antwort. Habe den Fehler gefunden. War (peinlich peinlich  Augen rollen ) ein Tipfehler genau in der SQLConnectInfo Zeile.
Vielen Dank also für den Hinweis auf die Zeile!

Viele Grüße!
2  ProFTPD / ProFTPD - Deutsch / Re: Keine Verbindung zu proftpd am: 16. Dezember 2006, 13:13:10
Hi,

benutze die Config aus dem Tutorial, also:
Code:
ServerName                      "<SERVERNAME> FTP Server"
ServerType                      standalone
DeferWelcome                    off

MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on
AllowOverwrite                  on

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

DisplayLogin                    welcome.msg
DisplayFirstChdir               .message
ListOptions                     "-l"

DenyFilter                      \*.*/

Port                            21
MaxInstances                    30

# Set the user and group that the server normally runs at.
User                            nobody
Group                           nogroup

<Directory /*>
# Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable.
  Umask                         022  022
# Normally, we want files to be overwriteable.
  AllowOverwrite                on
</Directory>

DefaultRoot ~
RequireValidShell off

SQLAuthTypes Crypt Plaintext
SQLAuthenticate users* groups*
SQLConnectInfo <SQL_DB>@<SQL_HOST> <SQL_UNPRIVILEGED_USER> <SQL_UNPRIVILEGED_PASSWORD>
SQLUserInfo ftp_users username password uid gid homedir shell
SQLGroupInfo ftp_groups groupname gid members
SQLUserWhereClause "login_enabled = 'y'"

SQLLog PASS login
SQLNamedQuery login UPDATE "last_login=now(), login_count=login_count+1 WHERE username='%u'" ftp_users

SQLLog RETR download
SQLNamedQuery download UPDATE "down_count=down_count+1, down_bytes=down_bytes+%b WHERE username='%u'" ftp_users

SQLLog STOR upload
SQLNamedQuery upload UPDATE "up_count=up_count+1, up_bytes=up_bytes+%b WHERE username='%u'" ftp_users

kannst du das was erkennen?
3  ProFTPD / ProFTPD - Deutsch / Keine Verbindung zu proftpd am: 15. Dezember 2006, 15:53:27
Hallo zusammen,

ich habe ein kleines Problem mit proftpd. Und zwar habe ich Anhand eines Tutorials (http://www.syscp.de/wiki/contrib/Installation/de/suse/9.3) froftpd auf Suse 9.3 installiert. Der FTP-Server läuft auch auf Port 21, ich kann mich aber nicht connecten. Egal ob mit Code:
Code:
ftp localhost
oder von einem anderen Server bekomme ich Code:
Code:
421 Service not available, remote server has closed connection
als Fehler.

Habe bereits versucht mit proftpd -nd9 zu debuggen, das Ergebnis Code:

Code:
- ROOT PRIVS at main.c:1011
- SETUP PRIVS at main.c:1016
- FTP session requested from unknown class
- performing module session initializations
- scrubbing scoreboard
- ROOT PRIVS at mod_core.c:130
- RELINQUISH PRIVS at mod_core.c:132
- ROOT PRIVS at mod_core.c:160
- RELINQUISH PRIVS at mod_core.c:189
- FS: using system lstat()
- FTP session closed.
hilft mir aber nicht weiter.

Kann mir jemand helfen?

Vielen Dank schon mal!
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.062 Sekunden mit 16 Zugriffen.