• [^] # Re: hmm

    Posté par . En réponse au message probleme fedora 8 avec serveur FTP. Évalué à 1.

    ma config proftpd

    #
    Include /etc/proftpd/modules.conf

    #
    # /etc/proftpd.conf -- This is a basic ProFTPD configuration file.
    # To really apply changes reload proftpd after modifications.
    #

    #MO 1 : 20060704
    # pour autoriser le resume sur les telechargement et les uploads

    ServerName "Debian"
    ServerType standalone
    DeferWelcome off

    MultilineRFC2228 on
    DefaultServer on
    ShowSymlinks on

    TimeoutNoTransfer 600
    TimeoutStalled 600
    TimeoutIdle 1200

    DisplayLogin welcome.msg
    DisplayFirstChdir .message
    ListOptions "-l"

    DenyFilter \*.*/

    # Port 21 is the standard FTP port.
    Port 21

    # 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

    # Set the user and group that the server normally runs at.
    User nobody
    Group nogroup

    # Umask 022 is a good standard umask to prevent new files and dirs
    # (second parm) from being group and world writable.
    Umask 002 002
    # Normally, we want files to be overwriteable.
    AllowOverwrite on

    #MO 1 : home made configuration
    AllowStoreRestart on
    #AllowRetrieve on
    DefaultRoot ~



    bref la config par defaut la plus basique que je connaisse
    tout ce qui n'est pas dans le code ci-dessus est en commentaire dans mon fichier.

    je ne vois plus que le probleme d'accents dans les noms de fichiers/dossiers

    as-tu regardé les logs du serveur ftp ?