www.ProFTPD.de
13. März 2007, 19:22:21 *
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 / zumindest bing es bei mir so! am: 21. März 2004, 19:57:12
so muss es gehen! :-) hoffe dir geholfen zu haben.
2  ProFTPD / ProFTPD - Deutsch / Du musst was ändern am: 21. März 2004, 19:56:00
# 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 "FTPD Server"
 ServerType standalone
 #DefaultServer on
 
 # Port 21 is the standard FTP port.
 Port 21
 
 # Umask 022 is a good standard umask to prevent new dirs and files
 # from being group and world writable.
 Umask 022
 
 # To prevent DoS attacks, set the maximum number of child processes
 # to 30. If you need to allow more than 30 concurrent connections
 # at once, simply increase this value. Note that this ONLY works
 # in standalone mode, in inetd mode you should use an inetd server
 # that allows you to limit maximum number of processes per service
 # (such as xinetd).
 MaxInstances 30
 
 # Set the user and group under which the server will run.
 User nobody
 Group nogroup
 
 # To cause every FTP user to be "jailed" (chrooted) into their home
 # directory, uncomment this line.
 DefaultRoot ~
 
 # Normally, we want files to be overwriteable.
 <Directory />
 AllowOverwrite on
 </Directory>
 
 # A basic anonymous configuration, no upload directories. If you do not
 # want anonymous users, simply delete this entire <Anonymous> section.
 <Anonymous ~ftp>
 User ftp
 Group ftp
 
 # We want clients to be able to login with "anonymous" as well as "ftp"
 UserAlias anonymous ftp
 
 # Limit the maximum number of anonymous logins
 MaxClients 10
 
 # We want 'welcome.msg' displayed at login, and '.message' displayed
 # in each newly chdired directory.
 DisplayLogin welcome.msg
 DisplayFirstChdir .message
 
 # Limit WRITE everywhere in the anonymous chroot
 <Limit WRITE>
 DenyAll
 </Limit>
 </Anonymous>
 <Global>
 RootLogin off
 AuthAliasOnly on
 UseFtpUsers on
 </Global>
3  ProFTPD / ProFTPD - Deutsch / Versuch mit einem config tool am: 21. März 2004, 19:32:30
Du kannst ja mit einem Configurationswerkzeug versuchen es gibt so viele davon. ich persönlich mag "Gproftpd" oder "Webmin" daführ brauchst du allerdings Xserver "Graphic server"
4  ProFTPD / ProFTPD - Deutsch / ProFTPd Mit Internet Explorer Error am: 21. März 2004, 19:27:11
Hi Leute!
Ich habe neue Thema aufgemacht weil ich keine Änliche gefunden habe.

Ich habe volgende Problem:
Ich habe ein Server aufgemacht, alles lief soweit mit mozilla mit konqueror mit gftp, aber mit Internet Explorer geht der server nicht. Es kommt eine Fehler meldung Bzw. die Meldung die ich selber angegeben habe :( . Ich weis nicht woran das liegt. In dieser Meldung steht das der warscheinlich keine rechte hat! Komischeweise mit einem ftp Manager geht ales. Ich habe alle rechte freigegeben. Egal was ich eingebe:
ftp://benutzer@ip
ftp://benutzer@ip:21
ftp://ip
kommt das selbe raus :x
Mein dataei siht volgendes aus:
ServerType standalone
DefaultServer on
Umask 022
ServerName "0.0.0.0"
ServerIdent on "-= Chapaev Linux FTP Server =-"
Bind "0.0.0.0"
ServerAdmin chapaev@0.0.0.0
IdentLookups off
UseReverseDNS on
Port 21
PassivePorts 49152 65534
#MasqueradeAddress None
TimesGMT on
MaxInstances 30
MaxLoginAttempts 3
TimeoutLogin 300
TimeoutNoTransfer 120
TimeoutIdle 120
User root
Group root
DirFakeUser on   root
DirFakeGroup on   root
DefaultTransferMode binary
AllowForeignAddress on
AllowRetrieveRestart on
AllowStoreRestart on
DeleteAbortedStores off
TransferRate RETR 10
TransferRate STOR 10
TransferRate STOU 10
TransferRate APPE 10
SystemLog /usr/var/log/secure
#gp_random_username_length 6
#gp_random_password_length 6
#gp_randomize_case lower
#gp_useradd_root_path /archiv
#gp_useradd_upload_path /upload
#gp_html_path /usr/var/www/ftp.html
#gp_welcome_name welcome.msg
<IfModule mod_tls.c>
TLSEngine on
TLSRequired on
TLSVerifyClient on
TLSProtocol
TLSLog
TLSRSACertificateFile
</IfModule>
<Limit LOGIN>
AllowUser apps
AllowUser schule
AllowUser mp3
AllowUser mp3
AllowAll
</Limit>

<Anonymous /archiv/MyApps>
User apps
Group apps
AnonRequirePassword on
MaxClients 3 "Der Server beihaltet Software, alles legal! ;-)"
DisplayLogin welcome.msg
DisplayFirstChdir .msg
AllowOverwrite off
<Limit LOGIN>
 Allow from all
 Deny from all
</Limit>
<Limit ROOT_DIR_ALLOW RETR LIST NLST MDTM SIZE STAT CWD XCWD PWD XPWD CDUP XCUP>
 AllowAll
</Limit>
<Limit ROOT_DIR_DENY DELE APPE STOR STOU SITE_CHMOD SITE_CHGRP RNFR RNTO MKD XMKD RMD XRMD>
 DenyAll
</Limit>
<Directory /archiv/MyApps/upload/*>
AllowOverwrite on
<Limit UPLOAD_DIR_ALLOW LIST NLST  STOR STOU  APPE  RETR  RNFR RNTO  DELE  MKD XMKD  RMD XRMD  SITE_CHMOD  SITE_CHGRP  STAT  MDTM  PWD XPWD  SIZE  CWD XCWD  CDUP XCUP  SITE >
 AllowAll
</Limit>
<Limit UPLOAD_DIR_DENY>
 DenyAll
</Limit>
</Directory>
</Anonymous>

<Anonymous /archiv/MyDocs>
User schule
Group schule
AnonRequirePassword off
MaxClients 3 "Der server ist fuer %m "
DisplayLogin welcome.msg
DisplayFirstChdir .msg
AllowOverwrite off
<Limit LOGIN>
 Allow from all
 Deny from all
</Limit>
<Limit ROOT_DIR_ALLOW RETR LIST NLST MDTM SIZE STAT CWD XCWD PWD XPWD CDUP XCUP>
 AllowAll
</Limit>
<Limit ROOT_DIR_DENY DELE APPE STOR STOU SITE_CHMOD SITE_CHGRP RNFR RNTO MKD XMKD RMD XRMD>
 DenyAll
</Limit>
<Directory /archiv/MyDocs/upload/*>
AllowOverwrite on
<Limit UPLOAD_DIR_ALLOW LIST NLST  STOR STOU  APPE  RETR  RNFR RNTO  DELE  MKD XMKD  RMD XRMD  SITE_CHMOD  SITE_CHGRP  STAT  MDTM  PWD XPWD  SIZE  CWD XCWD  CDUP XCUP  SITE >
 AllowAll
</Limit>
<Limit UPLOAD_DIR_DENY>
 DenyAll
</Limit>
</Directory>
</Anonymous>

<Anonymous /archiv/MyMusic>
User mp3
Group nogroub
AnonRequirePassword off
MaxClients 3 "Das ist ein mp3 Archiv %m users"
DisplayLogin welcome.msg
DisplayFirstChdir .msg
AllowOverwrite off
<Limit LOGIN>
 Allow from all
 Deny from all
</Limit>
<Limit ROOT_DIR_ALLOW RETR LIST NLST MDTM SIZE STAT CWD XCWD PWD XPWD CDUP XCUP>
 AllowAll
</Limit>
<Limit ROOT_DIR_DENY DELE APPE STOR STOU SITE_CHMOD SITE_CHGRP RNFR RNTO MKD XMKD RMD XRMD>
 DenyAll
</Limit>
<Directory /archiv/MyMusic/upload/*>
AllowOverwrite on
<Limit UPLOAD_DIR_ALLOW LIST NLST  STOR STOU  APPE  RETR  RNFR RNTO  DELE  MKD XMKD  RMD XRMD  SITE_CHMOD  SITE_CHGRP  STAT  MDTM  PWD XPWD  SIZE  CWD XCWD  CDUP XCUP  SITE >
 AllowAll
</Limit>
<Limit UPLOAD_DIR_DENY>
 DenyAll
</Limit>
</Directory>
</Anonymous>
<Global>
LoginPasswordPrompt on
AccessDenyMsg "Fehler "
AccessGrantMsg "Ok du bist drine! Die geschwindigkeit ist maxemal 19 Kb/s :-) DSL halt!"
AllowOverwrite on
RootLogin on
</Global>
LoginPasswordPrompt on
AccessDenyMsg "Fehler"
AccessGrantMsg "Ok du bist drine!"
RootLogin on :x
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.069 Sekunden mit 16 Zugriffen.