7 Aralık 2009 Pazartesi

Linux'ta En pratik şekilde Pure-ftpd Ftp Sunucusu Kurulumu

wget ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.27.tar.gz
wget http://yvz.ath.cx/programs/pureftp/script.mysql
wget http://yvz.ath.cx/programs/pureftp/pureftpd-mysql.conf
tar zxvf pure-ftpd-1.0.27.tar.gz
./configure \
--with-ratios --with-ftpwho --with-largefile --with-welcomemsg \
--with-language=turkish --with-mysql --with-rfc2640 --with-bonjour \
--with-puredb --with-altlog --with-cookie --with-virtualhosts \
--with-virtualchroot --with-quotas --with-peruserlimits --with-throttling
make
make install
cd ..
mysql -u root -p < script.mysql
mysql -u root -p -e "grant all on ftpusers.* to ftpdbuser@localhost identified by 'password girin';"

-Aşağıda admin-user ve admin-sifre yazan yerleri komut satırında kendinize göre değiştiriniz.

mysql -u root -p -e"use ftpusers;insert into admin values(\"admin-user\",md5(\"admin-sifre\"));"

-/etc/rc.local dosyasını editleyip aşağıdaki satırları addleyin

/usr/local/sbin/pure-ftpd -l mysql:/etc/pureftpd-mysql.conf

----------------------------------
Pure-ftpd PHP Admin Kurulumu

cd /var/www
wget http://yvz.ath.cx/programs/pureftp/ftp_v2.1.tar.gz
tar zxvf http://yvz.ath.cx/programs/pureftp/ftp_v2.1.tar.gz

-edit config.php and change values

and run web panel link.

------------------------
Linkler
http://machiel.generaal.net/index.php?subject=pureftpd&language=eng

Komut Satırından Ftp Başlatma
--------------------------
/usr/local/sbin/pure-ftpd -l mysql:/etc/pureftpd-mysql.conf &

Site linkini referans göstererek alıntı yapabilirsiniz !

Link : http://yvz.ath.cx/programs/pureftp

Yavuz ALNIAK
Aralık 2009

Hiç yorum yok:

Yorum Gönder