[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Chmoc is working again! Cool!



Here's the fix that worked on my RAQ2

Make a backup of proftpd.conf FIRST! 
edit /etc/proftpd.conf

<VirtualHost "your ipaddress is here">
        DefaultRoot             / admin
        DefaultRoot             ~/../.. site-adm
        DefaultRoot             ~ !site-adm
        AllowOverwrite          on
        DisplayLogin            .ftphelp
        AllowChmod              true
</VirtualHost> 

Notice the "AllowChmod              true"

Do this for each IP address listed in the file.
Reboot the ftp serve and you're in business.

Special thanks to Cobalt Tech support this morning for the help!

Larry Hennessee