ciao nel file di configurazione ho impostato:

codice:
...

# 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

# Bar use of SITE CHMOD by default
<Limit SITE_CHMOD>
  DenyAll
</Limit>

#imposto il logging
ExtendedLog /var/log/ftp.log read,write

...
poi ho fatto

codice:
root@unixweb:~# cd /var/log/
root@unixweb:/var/log# touch ftp.log
root@unixweb:/var/log# chown nobody.nogoup ftp.log 
root@unixweb:/var/log# killall proftpd
root@unixweb:/var/log# /usr/local/proftpd-1.2.10/sbin/proftpd
eppure il file ftp.log resta sempre vuoto...dove ho sbagliato? grazie