OStype: Freebsd 5.4 -Release-p7 By: hughr@sysop.com.cn
Run proftpd in a debug mode:
# ./proftpd -n -d 5 -c /usr/local/etc/proftpd.conf
for the proftpd-1.3.0.r2 version of proftpd, errors may be the following:
- getaddrinfo ‘www.hughr.org’ error: hostname nor servname provided, or not known
to solve this:
Add the following to the proftpd.conf file:
DefaultAddress a.b.c.d
a.b.c.d is the ip address you are using.
and remember to add:
proftpd_enable=”YES”
to you /etc/rc.conf file. Finally we excute:
/usr/local/etc/rc.d/proftpd.sh start
you can `sh /etc/rc` if you want.