www.ProFTPD.de
13. März 2007, 19:24:07 *
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 / Wie macht man so eine Konfiguration ? am: 23. Mai 2003, 08:19:59
okay also hier ist meine

Code:

# 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 "ProFTPD Default Installation"
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 FTPgroup

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~

MaxClientsPerHost                            2 "you can onLy logIn tWo Time"

<IfUser look>
TimeoutIdle 60
MaxClients                            1 "Only one such user at a time."
<Directory /home/ftp/download/[1]mUsic/EnteR/*>
  <Limit WRITE>    # Alle Schreibzugriffe verbieten
   DenyAll        
  </Limit>        
</Directory>
</IfUser>

# Normally, we want files to be overwriteable.
<Directory />
  AllowOverwrite off
</Directory>

ratios on
UserRatio look 0 0 1 1
CwdRatioMsg "Please Upload!"
FileRatioErrMsg "Come on you can send more files than that...."
ByteRatioErrMsg "Not enough credits, you have to upload first"


der ratio funzt wunderbar, nur das IfUser will nicht.

also die richtigen module hab ich drinne :

Code:

[root@localhost sbin]# proftpd -l
Compiled-in modules:
  mod_core.c
  mod_xfer.c
  mod_auth_unix.c
  mod_auth_file.c
  mod_auth.c
  mod_ls.c
  mod_log.c
  mod_site.c
  mod_auth_pam.c
  mod_ratio.c
  mod_ifsession.c
  mod_cap.c
[root@localhost sbin]#



und die richtige versio auch:

Code:

[root@localhost sbin]# proftpd -v
 - ProFTPD Version 1.2.8
[root@localhost sbin]#




danke
chulu



[edit]

also ich habe gestern dem autor des m,oduls geschrieben und der meint auch
"Also, there were a few small mod_ifsession bugs that are fixed in 1.2.9rc1
(which comes with mod_ifsession)."

also denke ich werds mit der neuen version versuchen. leuft der server stabiel, hat die schon wer getestet?Huch

danke
chulu
[/edit]

[edit2]
wie entferne ich den server eigentlich sauber wieder?
[/edit2]
2  ProFTPD / ProFTPD - Deutsch / Wie macht man so eine Konfiguration ? am: 22. Mai 2003, 22:39:12
kan es sein das das ganze modul nicht funzt?Huch weil bei ihm klappts ja auch net?!"
3  ProFTPD / ProFTPD - Deutsch / Wie macht man so eine Konfiguration ? am: 22. Mai 2003, 22:24:53
Zitat

noch eine kleine frage. Irgendwie geht das MaxClients nicht icon_sad.gif es duerfen sich so viele user anmelden wie wollen, und das finde ich schlecht



ich habe das gleiche prob und beomme es einfach net hin, der user kann so oft connecten wie er will obwohl ich ihn auf mac 2 gesezt habe, kann das vielleicht jemand helfen??
4  ProFTPD / ProFTPD - Deutsch / ratio accounts + virtual path mapping´?? am: 22. Mai 2003, 18:31:27
man kake, weder das eine noich das andere modul funzt, ich verzweil, ich breuch diesen ftp server und er will net laufen Traurig(

*windoof*sensucht*hab*
5  ProFTPD / ProFTPD - Deutsch / ratio accounts + virtual path mapping´?? am: 22. Mai 2003, 18:26:38
wie kann ich denn ein mudul oder proftpd deinstallieren?? vielleicht hilft ja das??
6  ProFTPD / ProFTPD - Deutsch / ratio accounts + virtual path mapping´?? am: 22. Mai 2003, 17:27:19
[edit]
also ./config + modul ist klar, aber wie gesagt hatte das eine, habe das andere iunstalliert, nun is das andere da, aber das eien it weg, und das eine lässt sich nicht mehr installieren Traurig
[/edit]
7  ProFTPD / ProFTPD - Deutsch / ratio accounts + virtual path mapping´?? am: 22. Mai 2003, 16:20:03
okay cool dank dir, echt nett hier Smiley.

nochne frage Smiley. also ich habe mich ma hier im board umgeschaut und in dem topic :  http://www.proftpd.de/forum2/viewtopic.php?t=85

habe ich was gefunden und das bei mir eingesezt, nun sieht meine config so aus :

Code:

# 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 "ProFTPD Default Installation"
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 look
Group ftp

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~

<IfUser look>
TimeoutIdle 60
MaxClientsPerUser 1 "Only one such user at a time."
<Directory /home/look/*>
  <Limit WRITE>    # Alle Schreibzugriffe verbieten
   DenyAll        
  </Limit>        
</Directory>
</IfUser>

# Normally, we want files to be overwriteable.
<Directory />
  AllowOverwrite off
</Directory>






durch den eintrag "MaxClientsPerUser 1 "Only one such user at a time."" sollte ja nur einer mit dem account look connecten können, aber wenn ich das versuche kann ich mich mehrere male mit dem user einloggen?Huch
8  ProFTPD / ProFTPD - Deutsch / s am: 22. Mai 2003, 15:36:11
ldd
9  ProFTPD / ProFTPD - Deutsch / ratio accounts + virtual path mapping´?? am: 22. Mai 2003, 14:06:58
hi stonki, dank dir für die schnelle und ausführliche antwort, aber eine frage hätte ich noch :
 
Zitat

/configure --with-modules=mod_ratio
nach make und make install, proftpd mit "proftpd -l" aufrufen, um zu sehen, ob es mit drin ist. Siehe bitte im ProFTPD Tarball: /contrib/README.ratio


soll ich das auch machen wenn ich das schon installiert habe???
10  ProFTPD / ProFTPD - Deutsch / ratio accounts + virtual path mapping´?? am: 22. Mai 2003, 08:43:30
hi all,

also ich bin linux anfänger und habe mir proftp installiert und eingerichtet.
soweit so gut nun möchte ich aber :

1.0 ratio accounts (count bytes over all session), in der faq kann steht "Yes the mod_ratio module provides for doing just this" , wo bekomme ich das mod_ratio mudul her, und in welches verzeichnis mus ich es packen??

1.1 dann steht da :

Ratios on                                    # enable module
UserRatio ftp 0 0 0 0
HostRatio master.debian.org 0 0 0 0          # leech access (default)
GroupRatio proftpd 100 10 5 100000           # 100:1 files, 10 file cred
5:1 bytes, 100k byte cred
AnonRatio billg@microsoft.com 1 0 1 0        # 1:1 ratio, no credits
UserRatio * 5 5 5 50000                      # special default case

also bei UserRatio ftp 0 0 0 0 , da wo die nullen sind, kommen da die uid der user rein dir ratios haben sollen??

1.2 und wo stelle ich ein ob de rratio die bytes oder die files zählt??

2.0 dann die frage zum virtual path mapping, also in dem home dir der ftp user, soll ein upload dir sein, und ein download dir, das home verzeichnis befindet sich auf hda1, wenn der user jezt auf den ordner download klickt, soll er auf hdb1 landen was eine fat32 partition ist, wie is das zu verwirklichen??

wäre echt klasse wenn mir jemand paar tips geben könnte, danke schonmal.

mfg
chulu
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.