bonjour, j'ai configuré pure-ftpd pour qu'il puisse correctement fonctionner en download (pas de soucis)
concernant la partie upload il me manque des parties que le mainteneur du paquet n'a pas mis : cat /etc/default/pure-ftpd-common # Configuration for pure-ftpd # (this file is sourced by /bin/sh, edit accordingly) # STANDALONE_OR_INETD # valid values are "standalone" and "inetd". # Any change here overrides the setting in debconf. STANDALONE_OR_INETD=standalone ## origin # STANDALONE_OR_INETD=inetd # VIRTUALCHROOT: # whether to use binary with virtualchroot support # valid values are "true" or "false" # Any change here overrides the setting in debconf. # VIRTUALCHROOT=false VIRTUALCHROOT=true # UPLOADSCRIPT: if this is set and the daemon is run in standalone mode, # pure-uploadscript will also be run to spawn the program given below # for handling uploads. see /usr/share/doc/pure-ftpd/README.gz or # pure-uploadscript(8) # example: UPLOADSCRIPT=/usr/local/sbin/uploadhandler.pl UPLOADSCRIPT= (il est où ce script ? ) # if set, pure-uploadscript will spawn running as the # given uid and gid UPLOADUID= (quel uid choisir) UPLOADGID= (quel gid choisir) comment sortir de l'ornière boueuse ? slt bernard

