Bonjour à tous,

J'ai installé un serveur ftp avec proftpd (en me basant sur bes sources
du dit package).  Voici mon proftpd.conf (en pièce jointe).

Une amie essaie d s connecter au serveur via vista. J'essaie de faire en
sorte qu'elle télécharge dans le dossier upload. Eh bien même en
désactivant le pare-feu Windows, quand elle fait Enregistrer la cible
elle obtient "Connexion refusée". Pourtant le dossier upload,
appartenant à proftpd (propriétaire et groupe), a les permissions les +
larges: rwxrwxrwx.

Une setite idée s'il vous plît? Rien ne semble clocher et ça ne marche
pas. En + sous XP ça a l'air de passer. Je ne comprends pas.

Merci de vos suggestions.

++ JP
# This is a basic ProFTPD configuration file (rename it to 
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName                      "mendreanogualftp"
ServerType                      standalone
AllowStoreRestart 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

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances                    30
DebugLevel 8

# Set the user and group under which the server will run.
User                            nobody
Group                           nogroup

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~
# Normally, we want files to be overwriteable.
AllowOverwrite          on
AccessGrantMsg "Welcome chez moi! Bonne visite! Eclatez-vous bien!"
DeferWelcome on
UseFtpUsers on
DebugLevel 10

<Directory /srv/ftp>
    <Limit WRITE>
        DenyAll
    </Limit>
</Directory>

<Directory /srv/ftp/upload/*>
        <Limit WRITE>
               AllowAll
        </Limit>
        <Limit READ>
               AllowAll
        </Limit>
</Directory>
_______________________________________________
Liste de diffusion CarrefourBLinuX 
    CarrefourBLinuX@lists.freearchive.org
    http://lists.freearchive.org/mailman/listinfo/carrefourblinux
Fiches EDU : http://blinuxwiki.pbwiki.com/FichesEdu
Signets : http://fr.groups.yahoo.com/group/carrefourblinux/links/
Archives : http://lists.freearchive.org/pipermail//carrefourblinux
Anciennes archives (Yahoogroupes) :
    http://fr.groups.yahoo.com/group/carrefourblinux/messages
Rechercher : http://lists.freearchive.org/cgi-bin/search.cgi
Pour s'inscire par courriel : 
    'mailto:[EMAIL PROTECTED]'
Pour se desinscrire par courriel : 
    'mailto:[EMAIL PROTECTED]'

Répondre à