this week I turned on on RaQ with the old Cobalt OS with all the Zeffie's updates (New updates appeared this year). I like the fast responese of the Cobalt servers with this old Operating System and I don't need the extra capabilities of the BlueQuartz or BlueOnyx systems.
But today I started to check if I can compile the latest 2.4 kernel but when I went to some upload files to the server I could not connect to ftp. Some search of the web to found the problem, the proftp server has some features enabled in the latest version that can be deactivated for us.
To do this just add this lines (green bold ones) to the /etc/proftpd.conf file just after the first configuration lines:
ServerName "ProFTPD"
ServerType inetd
DeferWelcome off
DefaultServer on
DefaultRoot / admin
DefaultRoot ~/../.. site-adm
DefaultRoot ~ !site-adm
UseIPv6 off
UseReverseDNS off
And add one line to the GLOBAL subsection (green bold chars):
IdentLookups off
AllowAll
# Report localtime, not GMT
TimesGMT off
No comments:
Post a Comment