proftpd : comprend po ...

proftpd : comprend po ... - Linux et OS Alternatifs

Marsh Posté le 17-09-2001 à 17:32:19    

voila mon fichier de conf :  
 
 
_________________________________________
 
ServerName   gug
ServerType   standalone
Port    21
 
 
<Global>
 Umask    002
 ExtendedLog  /var/spool/syslog/proftpd/access.log WRITE,READ write
 
</Global>
 
<VirtualHost gug.dns2go.com>
 User   download  
 Group   download
 ServerName  "gug"
 MaxClients  2
 MaxClientsPerHost 1
 
 <Directory /*>
 <Limit READ DIRS>
  AllowAll
 </Limit>
 <Limit STOR CWD XCDW CDUP MKD DELE WRITE>
  DenyAll
 </Limit>
 </Directory>
 
</VirtualHost>
 
<VirtualHost gug.dns2go.com>
 User   upload
 Group   upload
 ServerName  "gug"
 MaxClients  5
 MaxClientsPerHost 1
 
 <Directory /*>
 <Limit STOR CWD XCDW CDUP MKD DIRS WRITE>
  AllowAll
 </Limit>
 <Limit READ DELE >
  DenyAll
 </Limit>
</VirtualHost>
 
 
______________________________
 
j ai bien creer 2 utilistateurs  
je peux me connecter au ftp sans prob
 
mais qd j essaye d uploader qq chose ds le rep upload ca mer permission denied  
j ai fiat un chmod 777 /home/upload (je sias c po secure) pour voir ce que ca donne > pareille permission denied  
comprend po  
 
merci d avance

Reply

Marsh Posté le 17-09-2001 à 17:32:19   

Reply

Marsh Posté le 17-09-2001 à 17:34:39    

j avais oublier le </Directory> mais c po ca

Reply

Marsh Posté le 17-09-2001 à 17:59:13    

bon c bon ja i fait un anonymous a la place du deuxime (j etait po chaud mais tant pis )

Reply

Marsh Posté le 17-09-2001 à 18:08:43    

http://proftp.sourceforge.net/docs [...] html#ss5.3
 
la faq dit comment le faire de manière secure.


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

Marsh Posté le 17-09-2001 à 18:27:00    

ok thx dark je modifie ca tout de suite

Reply

Sujets relatifs:

Leave a Replay

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