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

  FORUM HardWare.fr
  Linux et OS Alternatifs
  réseaux et sécurité

  Problème de config Pureftpd

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Problème de config Pureftpd

n°364200
sasounian
Posté le 23-11-2003 à 19:30:02  profilanswer
 

comment passer des arguments a pure-ftpd qui se charge en inetd?

mood
Publicité
Posté le 23-11-2003 à 19:30:02  profilanswer
 

n°364232
mikala
Souviens toi du 5 Novembre...
Posté le 23-11-2003 à 20:18:10  profilanswer
 

en lisant la doc ?

Citation :


        ------------------------ OPTIONS ------------------------
     
     
The previous steps should be enough to get a running FTP server. But you can
add some command-line arguments to change its behavior. These arguments have
to be added after the pure-ftpd path in your super-server configuration.
For instance, you want to add the '-s' and '-a 42' flags. Here are what the
configuration lines will look like in your super-server:
 
- Inetd:
ftp        stream        tcp        nowait        root        /usr/sbin/tcpd  /usr/local/sbin/pure-ftpd -s -a42
or
ftp        stream        tcp        nowait        root        /usr/local/sbin/pure-ftpd  pure-ftpd -s -a42
 
If you use Inetd, don't put space between options and arguments. e.g. use
-a42 instead of -a 42 . Inetd has trouble dealing with a lot of options and
with characters like ':' .
 
- Xinetd:
 
service ftp  
{  
    socket_type = stream  
    server = /usr/local/sbin/pure-ftpd
    server_args = -s -a 42
    protocol = tcp  
    user = root  
    wait = no
    disable = no  
}
 
- TCPserver:
tcpserver -DHRl0 0 21 /usr/local/bin/pure-ftpd -s -a 42 &
 
- G2S:
{  
    SERVICE ftp
    DESCRIPTION "Pure-FTPd"
    RUN /usr/local/sbin/pure-ftpd -s -a 42
}
 


---------------
Intermittent du GNU
n°365057
bilbo24
Posté le 25-11-2003 à 13:01:31  profilanswer
 

utilise xinetd et les server_args

n°365078
axey
http://www.00f.net
Posté le 25-11-2003 à 13:57:15  profilanswer
 

Lance-le en standalone :)


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

  Problème de config Pureftpd

 

Sujets relatifs
Problème avec modem bewan ADSL PCI ST sous MDK 9.2Problème PHP avec serveur apache 2 et PHP 4.2.2
[RedHat] probleme d'internet/partage....Freeze kernel dans une config bien specifique ... Comment debugger ?
Tutorial d'alexis : Problème d'installation dès le chapitre 22Unreal 2003 Probleme d'installation
Unreal 2003 Installation probleme[ vsftpd ] Problème étrange : accès anonymous, konqueror, mozilla, ...
[IpTables] Problème de masquerade [Résolu] Gentoo était le problème...[sendmail]probleme pour l'installer
Plus de sujets relatifs à : Problème de config Pureftpd


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