# 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/nogroup" and "ftp" for normal operation and anon. ServerName "nom_ftp" ServerType standalone DeferWelcome off MultilineRFC2228 on DefaultServer on ShowSymlinks on AllowOverwrite off TimeoutNoTransfer 300 TimeoutStalled 600 TimeoutIdle 1200 DisplayLogin welcome.msg DisplayFirstChdir .message ListOptions "-l" DeleteAbortedStores on DenyFilter \*.*/ Port 21 MaxInstances 30 User nobody Group nogroup #Journalisation de proftpd ExtendedLog /var/log/proftpd/proftpd-access.log WRITE,READ ExtendedLog /var/log/proftpd/proftpd-auth.log AUTH ExtendedLog /var/log/proftpd/proftpd-all.log ALL AllowOverwrite off Umask 022 022 User ftp Group nogroup UserAlias anonymous ftp RequireValidShell off MaxClients 3 DisplayLogin welcome.msg DisplayFirstChdir .message DenyAll AllowAll