Hi,
I have managed to successfully install proftpd-1.30 with the following
script:
---start---
#!/bin/sh
rm -fr /tmp/Update-proftpd;
mkdir -p /tmp/Update-proftpd;
cd /tmp/Update-proftpd;
wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.0.tar.gz;
tar zxvf proftpd-1.3.0.tar.gz;
cd proftpd-1.3.0;
install_user=nobody install_group=nobody ./configure --prefix=/usr
--sysconfdir=/etc \
--localstatedir=/var/run \
--mandir=/usr/share/man --with-modules=mod_readme LDFLAGS=-static;
rm -f /etc/proftpd.conf.bak1;
cp /etc/proftpd.conf /etc/proftpd.conf.bak1;
make && make install;
/etc/rc.d/init.d/xinetd restart;
/usr/sbin/in.proftpd -v;
rm -rf /tmp/Update-proftpd;
exit 0
---end---
If you choose to use it - backup in.proftpd and proftpd binaries!
Had to spare mod_tls because of 1)failure to compile, 2)having no real need
in ssl/tls with ftp.
Tested - good.
Now it doesn't support resuming ASCII files - this is designed behaviour
(mod_xfer)
Thanks to Ken from ds3.net for his help! ;)
Best,
--
Arthur Sherman
+972-52-4878851
CPTeam