I'm not sure what I am doing wrong.... I compilied pure-ftpd with the following options:
Code:
--with-altlog
--with-diraliases
--with-ftpwho
--with-largefile
--with-puredb
--with-throttling
--without-sendfile
Then configured the sys user, virtual users, homedir's, etc, and committed them to the database, stored in:
Then setup the script for:
Code:
/etc/init.d/pureftpd
with the perl script included in the tarball.
Restarted, and checked all the users, homedirs, passwords, chmod's, and all that jazz and all is good.
Then I decided I wanted to create some directory aliases in:
Code:
/etc/pureftpd-dir-aliases:
pub
/misc/pub
temp
/misc/tmp
www
/misc/www
But they aren't showing up, and executing command "SITE ALIAS" gives me an invalid command? What did I do wrong? Any help is appreciated.