Daily Archives: 30, April, 2008

Xlight ftp server

Xlight ftp server is able to run in Windows 98/ME/NT/2000/XP/2003/Vista. Its main features include:

Support virtual servers – Xlight FTP Server can run multiple virtual servers on the same IP address.
System Service – It can run as window system service.
Native User Isolation – Each user has separate virtual paths from other users, he can never see [...]

FTP SERVER (Proftpd) for LINUX. (Full tutorial)

PROFTPD
I. Giới thiệu.
Cài trên centOS 4.4 Final (updated PHP 5.x.x, MySQL 5.x.x, Apache 2.x.x)
II. Download.
Download gói cài đặt: proftpd-1.3.0.tar.gz (http://mirrors.ibiblio.org/pub/mirrors/proftpd/distrib/source/)
III. Cài đặt.
Copy gói cần cài đặt đến thư mục bất kỳ, chẳng hạn: /home/abc/setup/
Giải nén:
#pwd
/home/abc/setup/proftpd-1.3.0
#tar –zxf proftpd-1.3.0.tar.gz
#cd proftpd-1.3.0
# ./configure –prefix=/usr/local/proftpd \
–enable-dso \
–enable-ctrls \
–enable-ipv6 \
–with-modules=mod_sql:mod_sql_mysql:mod_quotatab:mod_quo tatab_sql \
–with-includes=/usr/local/mysql/include/mysql/ \
–with-libraries=/usr/local/mysql/lib/mysql
#make
#make install
Cài đặt thành công.
Proftpd được cài [...]