QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 834|回复: 0

gproftpd--图形化proftpd配置界面

[复制链接]
发表于 2003-5-20 18:00:40 | 显示全部楼层 |阅读模式
http://mange.dynup.net/linux.html

Status:
New: A statistics generator for html and welcome.msg.
April 03 HD change completed.
Thanks to Nestor Diaz for the program icons and the weblogo.

About:
GProftpd is a fast and easy to use
GNOME administration tool for the
Proftpd standalone server.

Installation:
If you are a new user in the GNU/Linux world, first make sure you read some manuals and howtos
about what a ftp server is and what security problems its setup implies.
This is one place of many where you can get some good information:
Proftpd information

Download proftpd >= 1.2.8 from www.proftpd.org and unpack it like this:
tar -zxvf proftpd-x.x.x.tar.gz and cd into that directory then type:
./configure --prefix=/usr --sysconfdir=/etc && make && make install
If there are no errors youre ready to install gproftpd wich can be done like this:

If you have an old version of gproftpd installed you must remove it first.
whereis gproftpd will tell you where it is.

Download gproftpd >= 8.0.3 and unpack it like this:
tar -zxvf gproftpd-x.x.x.tar.gz and cd into that directory then type:
./Autoinstall (if you like the settings in it).
Remove the example configuration like this:
rm -f /etc/proftpd.conf (gproftpd will then add its own default configuration).
Now you should be able to start it by typing gproftpd at a shellprompt or
from GNOME or KDE's program menus and youre ready to add some users.

If you compiled proftpd from sources and you want/need to use the gproftpd rpm, do this:
rpm -ivh --force --nodeps gproftpd*.rpm

If you didnt configure using --sysconfdir=/etc and want proftpd to start when the system starts
you need to specify where the configuration file is located like this:
proftpd -c /etc/proftpd.conf in the startup file otherwise
it might be started using the example configuration which can be a security risk.

To add a directory in Linux thats not under a users toplevel directory you can do this:
mount --bind /some/directory /home/ftp/make_this_destination_directory_first

The Rate* directives has been deprected in proftpd >= 1.2.8, use these instead:
TransferRate RETR 30
TransferRate STOR 30
TransferRate STOU 30
TransferRate APPE 30
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-16 16:43 , Processed in 0.052959 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表