Update ProFTPd to 1.3.4d

akymakr

Verified User
Joined
Oct 15, 2011
Messages
20
Location
Hong Kong
Hello everyone,

I am using a server that ProFTPd 1.3.4b is installed and I am using CentOS 6.4 (64bit). When I use FTP to upload files I was found that the symlink of public_html was detected as a file. By searching the forum I know the problem is caused by a bug on ProFTPd 1.3.4. I know ProFTPd is not contained in CentOS packages so I want to know how to update my ProFTPd to a newer version step by step.

Could anyone please help me. (Sorry for my poor language)
Thanks in advance.

Akira
 
To update ProFTPd to the latest available release, do as following:

Code:
cd /usr/local/directadmin/custombuild
./build set proftpd yes
./build update
./build proftpd
 
Back
Top