pure-ftp fichier de config lors d une connection

pure-ftp fichier de config lors d une connection - Linux et OS Alternatifs

Marsh Posté le 26-10-2004 à 16:08:24    

:hello: ,
je narrive pas a trouver le fichier qui soccupe de ca :

Code :
  1. 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
  2. 220-You are user number 2 of 50 allowed.
  3. 220-Local time is now 17:55. Server port: 21.
  4. 220 You will be disconnected after 15 minutes of inactivity.


 
dpkg -L ne me montre pas les fichiers de conf.  
:/

Reply

Marsh Posté le 26-10-2004 à 16:08:24   

Reply

Marsh Posté le 26-10-2004 à 16:56:21    

up

Reply

Marsh Posté le 26-10-2004 à 17:13:46    

http://www.pureftpd.org/FAQ

Citation :

* Initial banner.
 
-> How do I display a customized message before the login prompt?
 
Compile with --with-cookie and run the server with -F <file name> . In that
file, put a nice customized banner message.



---------------
Intermittent du GNU
Reply

Marsh Posté le 26-10-2004 à 17:19:41    

initial banner et .banner la confusion etait possible ;)
 
je debute sous linux,  
j aimerai que mon daemon soit executer automatiquement avec les parametres -A ect ...
 
le fichier dans /etc/init.d est le suivant

Code :
  1. #! /bin/sh
  2. #
  3. # pure-ftpd     starts and stops the pure-ftpd ftp daemon
  4. PATH=/sbin:/bin:/usr/sbin:/usr/bin
  5. NAME=pure-ftpd
  6. DESC="ftp server"
  7. : ${SSDAEMONLOGOPTS:="--quiet"}
  8. UPLOADDAEMON=/usr/sbin/pure-uploadscript
  9. UDNAME=pure-uploadscript
  10. UDDESC="ftp upload handler"
  11. WRAPPER=/usr/sbin/pure-ftpd-wrapper
  12. # try to figure with suffix this script is called,
  13. # $0 might be a symlink pointing to this script
  14. if [ -h $0 ]; then
  15.         ME=`/bin/readlink $0`
  16. else
  17.         ME=$0
  18. fi
  19. #SUFFIX=`basename $ME | sed -ne 's/^pure-ftpd-\(.*\)/\1/p'`
  20. SUFFIX=`-A -b -B -c 15 -C 2 -E -j -l puredb:/etc/pure-ftpd/pureftpd.pdb -R -u 1 -X -T`
  21. if [ "$SUFFIX" ] ; then
  22.         DAEMON=/usr/sbin/pure-ftpd-$SUFFIX
  23. else
  24.         DAEMON=/usr/sbin/pure-ftpd
  25. fi
  26. test -x $DAEMON || exit 0
  27. test -x $WRAPPER || exit 0
  28. .
  29. .
  30. .


je ne my connais pas en shell, j ai essayer de jouer avec SUFFIX mais sa me sort une ereurlors du /etc/init.d/pure-ftp start.
 
comment pourais je lui faire executerpure-ftpd -A -b -B -c 15 -C 2 -E -j -l puredb:/etc/pure-ftpd/pureftpd.pdb -R -u 1 -X
?
merci
 
 

Reply

Marsh Posté le 26-10-2004 à 17:21:24    

tu utilises quoi comme distribution ?
tu l'as compilé toi meme ?


---------------
Intermittent du GNU
Reply

Marsh Posté le 27-10-2004 à 01:06:24    

Debian, le script a etait fait automatiquement.
et pure ftp provient des .deb en esperant qu ils activent tout les options lors d ela creation du package.


Message édité par xiluoc le 27-10-2004 à 01:07:39
Reply

Marsh Posté le 27-10-2004 à 11:22:33    

dans ce cas autant se servir du wrapper debian :)
lis ceci .


---------------
Intermittent du GNU
Reply

Sujets relatifs:

Leave a Replay

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