Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1459 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs

  Configurer proftpd pour serveur anonyme tout con sous Mandrake 8.2 ?

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Configurer proftpd pour serveur anonyme tout con sous Mandrake 8.2 ?

n°102825
darxmurf
meow
Posté le 22-05-2002 à 08:20:32  profilanswer
 

Hoy !
 
Voilà y a tout qui marche, apache, php, MySQLAdmin etc alors là il me reste plus qu'à faire un serveur FTP anonyme pour pouvoir mettre mes fichiers dans le repertoir /var/www/html/ depuis un autre PC... mais proftpd déconne, il se lance, mais quand j'essaye de me connecter depuis un autre PC ça me donne ça dans le client FTP sous Windows
 
Connecté à 160.53.50.227
Compiled in modules:
mod_core.c
mode_auth.c
(y en a une 15 aine comme ça)
...
...
Connexion fermée.
 
Mon fichier .conf
 
 
ServerName "powered by Linux"
 ServerType standalone
 ServerAdmin ftpadm@localhost
 DeferWelcome off
 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
 
MaxInstances 30
 
# Set the user and group that the server normally runs at.
 User nobody
 Group nogroup
 
# Normally, we want files to be overwriteable.
 <Directory />
 AllowOverwrite on
 </Directory>
 
<Anonymous /var/www/html>
 # After anonymous login, daemon runs as:
 User ftp
 Group public
 
# Client login as 'anonymous' is aliased to '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 msgs/welcome.msg
 DisplayFirstChdir .message
 
 # Deny write operations to all directories, underneath root-dir
 # Default is to allow, so we don't need a <Limit> for read operations.
 <Directory *>
 <Limit WRITE>
 AllowAll
 </Limit>
 </Directory>
 
 # Only uploads into incomming directory are allowed...
 <Directory incoming>
 
 Umask 022
 
 # ... allow file storing, but not other writes
 <Limit STOR>
 AllowAll
 </Limit>
 
 </Directory>
 
</Anonymous>
 
Je dois faire quoi pour que ça marche ???
 
Merci !
 
Darx

mood
Publicité
Posté le 22-05-2002 à 08:20:32  profilanswer
 

n°102827
axey
http://www.00f.net
Posté le 22-05-2002 à 08:51:23  profilanswer
 

Tu recuperes le RPM de pure-ftpd sur ftp://ftp.pureftpd.org/pub/pure-ftpd/ , tu mets les fichiers que tu veux rendre disponibles via ftp dans le compte nomme 'ftp', tu lances :
/usr/local/sbin/pure-ftpd -eB
 
Et c'est fini. Pas besoin de fichier de conf.

n°102833
darxmurf
meow
Posté le 22-05-2002 à 09:11:51  profilanswer
 

Merci bien je va essayer ça !


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs

  Configurer proftpd pour serveur anonyme tout con sous Mandrake 8.2 ?

 

Sujets relatifs
Serveur de sites persoBien configurer son IBM 120 GXP
Détection de matos: mandrake 8.1, KT266 pro2 et matrox G550 non vu ???Sockets + prog C + mandrake
GeForce 3 Ti200 + Mandrake 8.2Mandrake 8.2 toujours : impossible d'installer LNX4WIN à partir CD1
Mandrake 8.2, comment changer le "run level"install mandrake 8.1 , reboot ,ecran noir help !!
Grosse galere; installation drivers sous mandrake 8.2 (cg et modem) 
Plus de sujets relatifs à : Configurer proftpd pour serveur anonyme tout con sous Mandrake 8.2 ?


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR