• # RESOLU

    Posté par . En réponse au message PROFTPD et SMBFS probléme transfere de fichiers. Évalué à 1.

    Bon, j'ai trouvé.

    Proftpd utilise sendfile, qui peut poser problème avec certains systèmes de fichier :

    * With a network-mounted directories (e.g. NFS or SMB), the kernel may be
    unable to serve the network file through its own cache.



    Il faut donc désactivé son utilisation par la directive :

    UseSendfile off


    dans le fichier de conf.

    source : http://www.proftpd.org/docs/direct [...] SESENDFILE