proftpd +user + anonymous

proftpd +user + anonymous - Linux et OS Alternatifs

Marsh Posté le 12-08-2001 à 20:16:29    

Bonjour,  
 
Je dispose de proftpd sur une MDK8.
Je desire simplement rajouter 5 login anonymous n'ayant accès qu'au dossier /home/test.
Y'a-t-il un frontend pour proftpd ?
Voici mon conf :

Code :
  1. # This is a basic ProFTPD configuration file (rename it to
  2. # 'proftpd.conf' for actual use.  It establishes a single server
  3. # and a single anonymous login.  It assumes that you have a user/group
  4. # "nobody" and "ftp" for normal operation and anon.
  5. ServerName   "ProFTPD Default Installation"
  6. ServerType   standalone
  7. DefaultServer   on
  8. # Port 21 is the standard FTP port.
  9. Port    21
  10. # Umask 022 is a good standard umask to prevent new dirs and files
  11. # from being group and world writable.
  12. Umask    022
  13. # To prevent DoS attacks, set the maximum number of child processes
  14. # to 30.  If you need to allow more than 30 concurrent connections
  15. # at once, simply increase this value.  Note that this ONLY works
  16. # in standalone mode, in inetd mode you should use an inetd server
  17. # that allows you to limit maximum number of processes per service
  18. # (such as xinetd)
  19. MaxInstances   30
  20. # Set the user and group that the server normally runs at.
  21. User    nobody
  22. Group    nobody
  23. # Normally, we want files to be overwriteable.
  24. <Directory /*>
  25.   AllowOverwrite  on
  26. </Directory>


 
Merci d'avance

Reply

Marsh Posté le 12-08-2001 à 20:16:29   

Reply

Marsh Posté le 12-08-2001 à 20:19:30    

pourquoi tu veux rajouter 5 login anonymous ? le login anonymous ne suffit pas ? :na:  
 
Sinon crée un compte look:look etc...

Reply

Marsh Posté le 12-08-2001 à 20:53:07    

Je ne sait pas me connecter en tant qu'anonymous, je dois être un user

Reply

Marsh Posté le 12-08-2001 à 22:21:17    

http://www.mandrakeuser.org/docs/connect/cftp.html
 
tout y est expliqué pour faire de l'anonymous avec proftd


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 12-08-2001 à 22:34:02    

je regarde de suite, merci

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed