FTP Server für Virtuelle User

cd /opt/www
mkdir src
cd src

download pure-ftpd-1.0.21

http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.21.tar.bz2

gtar xjvf pure-ftpd-1.0.21.tar.bz2
cd pure-ftpd-1.0.21

./configure --prefix=/opt/www/pure-ftpd-1.0.21 --with-virtualchroot --with-largefile --with-puredb --with-sysquotas --with-peruserlimits --without-inetd --with-standalone
make
make install

cd /opt/www/
ln -s pure-ftpd-1.0.21 pure-ftpd

wget -O /etc/init.d/pure-ftpd http://download.octlabs.com/services/ftp/pure-ftpd-init-centos

chmod a+x,og-rwx /etc/init.d/pure-ftpd              

chown root.root /etc/init.d/pure-ftpd

chkconfig pure-ftpd on

chkconfig vsftpd off
VSA Services FTP Server Speichern