how to change pureftp back to proftp?

darkbear

Verified User
Joined
Jan 31, 2013
Messages
60
My server was install that 2 ftp, but only runing pureftp, but I dont really like to use that pureftp
Could anyone tell me how can I change from pureftp back to proftp?

many thanks
 
Last edited:
Hello,

Try this:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set ftpd proftpd
./build proftpd
 
Hello,

Try this:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set ftpd proftpd
./build proftpd

thank you, but how can I remove the old pureftp? thank you again

and when I do that: I get:
You cannot install ProFTPD, because you do not have it set in options.conf file.

than when I change
proftpd=yes
pureftpd=no

and I get this problem:
Wrong php_ini_type set in options.conf.

but my setting is:
php_ini_type=recommended
 
Last edited:
thank you, but how can I remove the old pureftp? thank you again

Commands provided above will change your server to run proftpd. If you still want to remove pureftpd and other related files, then you should do it manually. I don't use pureftpd so I don't have information on what files and where it has.
 
thanks, but when I try the last step I get:
You cannot install ProFTPD, because you do not have it set in options.conf file.

than when I change
proftpd=yes
pureftpd=no

and I get this problem:
Wrong php_ini_type set in options.conf.

but my setting is:
php_ini_type=recommended

what should I do now? thank you
 
when I change
proftpd=yes
pureftpd=no

thus you've got CustimBuild 1.x and the command I provided are for CustomBuild 2.x


in my options.conf I see this:
Code:
#Possible values - production or development
php_ini_type=production
 
thus you've got CustimBuild 1.x and the command I provided are for CustomBuild 2.x


in my options.conf I see this:
Code:
#Possible values - production or development
php_ini_type=production

thank you so much, my problem was fixed
 
Back
Top