QUOTE (drsatch @ Jan 23 2007, 04:52 AM)

Uncomment DefaultRoot ~
That should do it.
ok, thanks, but now all users are looked in their own home directory, but I want one of them to don't be looked and can see the root directory. It is possible?
Here is my /etc/proftpd.conf
CODE
ServerName "ProFTPD"
ServerType standalone
DefaultServer on
DefaultRoot ~
Port 21
Umask 022
MaxInstances 30
User nobody
Group nogroup
SystemLog /var/log/proftpd.log
TransferLog /var/log/xferlog
<Directory /*>
AllowOverwrite on