You will need to enter the license when you install the script, if my site is down you can still use your site with no problems
You will have to add the images
i use this everytime i reinstall the os
yum -y install proftpd
nano /etc/shells
Add this line in /etc/shells file (sudo gedit /etc/shells to open the file) : /bin/false
useradd userftp -p 'mypass' -d /home -s /bin/false
passwd userftp
/etc/init.d/proftpd start
this is for centos
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.