www.ProFTPD.de
13. März 2007, 20:28:42 *
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: Login incorrect error 530 am: 17. September 2006, 10:56:19
Hey Danke,
ich habe es jetzt hingekriegt Smiley, habe die config selber geschrieben (mit Hilfe aus dem Web) und auch nach den rechten fuer die ordner gekuckt. Weis aber nicht ob es was wird mit dem eigenen FTP Server, weil der Dyndns dienst nicht so toll funktioniert... benutze ddclient. AUserdem haut es auch immer das internet ganz raus nach einiger zeit mit dem FTP server, irgendetwas mit flood steht da dann im router.

Danke nochmal
2  ProFTPD / ProFTPD - Deutsch / Login incorrect error 530 am: 09. September 2006, 01:57:57
Hi,

ich habe mir vorgenommen auf einem Fedora core 5 System Proftpd server zu bauen. Aber nun kriege ich immer incorrect login Traurig sowohl uebers internet wie acuh das locale netzwerk.

Code:
DefaultServer on
Umask 022
ServerName "192.168.2.155"
ServerIdent on "My-FTP-Server"
ServerAdmin markus.matzke@gmail.com
IdentLookups off
UseReverseDNS on
Port 21
PassivePorts 49152 65534
#MasqueradeAddress None
TimesGMT off
MaxInstances 30
MaxLoginAttempts 3
TimeoutLogin 300
TimeoutNoTransfer 120
TimeoutIdle 120
DisplayLogin welcome.msg
DisplayFirstChdir .message
User nobody
Group nobody
DirFakeUser off nobody
DirFakeGroup off nobody
DefaultTransferMode binary
AllowForeignAddress on
AllowRetrieveRestart on
AllowStoreRestart off
DeleteAbortedStores off
TransferRate RETR 30
TransferRate STOR 10
TransferRate STOU 10
TransferRate APPE 10
SystemLog /var/log/secure
RequireValidShell off
#gp_random_username_length 4
#gp_random_password_length 6
#gp_randomize_case lower
#gp_useradd_homedir_path /home/ftpserver/FTP
#gp_useradd_upload_path /home/ftpserver/FTP/Upload
#gp_html_path /var/www/html/ftp.htm
#gp_welcome_name welcome.msg
<IfModule mod_tls.c>
TLSEngine off
TLSRequired off
TLSVerifyClient off
TLSProtocol TLSv1
TLSLog /var/log/proftpd_tls.log
TLSRSACertificateFile /etc/gproftpd/gproftpd.pem
</IfModule>
<Limit LOGIN>
  AllowUser markus
  AllowUser hirbel
DENYALL
</Limit>

<Anonymous /home/ftpserver/FTP>
User markus
Group ftpserver
AnonRequirePassword on
MaxClients 5 "The server is full, hosting %m users"
DisplayLogin welcome.msg
DisplayFirstChdir .msg
<Limit LOGIN>
 Allow from all
 Deny from all
</Limit>
AllowOverwrite off
<Limit RETR LIST NLST MDTM SIZE STAT CWD XCWD PWD XPWD CDUP XCUP>
 AllowAll
</Limit>
<Limit DELE APPE STOR STOU SITE_CHMOD SITE_CHGRP RNFR RNTO MKD XMKD RMD XRMD>
 DenyAll
</Limit>
</Anonymous>

<Anonymous /home/ftpserver/FTP>
User hirbel
Group ftpserver
AnonRequirePassword on
MaxClients 5 "The server is full, hosting %m users"
DisplayLogin welcome.msg
DisplayFirstChdir .msg
<Limit LOGIN>
Allow from all
DENYALL
</Limit>
<Limit LIST NLST  RETR  PWD XPWD  SIZE  STAT  CWD XCWD  CDUP XCUP >
 AllowAll
</Limit>
<Limit STOR STOU  APPE  RNFR RNTO  DELE  MKD XMKD SITE_MKDIR  RMD XRMD SITE_RMDIR  SITE  SITE_CHMOD  SITE_CHGRP  MTDM >
DENYALL
</Limit>
</Anonymous>

Ich habe GProFtpd insterliert, das hat so einen GUI zum einstellen. Ich hoffe ihr koennt mir helfen.
Danke
mfg Hirbel
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.067 Sekunden mit 16 Zugriffen.