I'm having some problems creating the config file for my proftpd service.
Would someone be nice enough to help out?
Details for my server:
Server name:
ftp.myftp.ca
FTP ports: 21 & 2121
Passive ports: 44000-44099
Server type: inetd
AuthUsers file: /etc/proftpd/ftpd.passwd
AuthGroup file: /etc/proftpd/ftpd.group
ftp root directory is at /srv/ftp/root.
An upload directory is located at /srv/ftp/root/uploads.
private user directories are at /srv/ftp/private. Permissions are 600 on the
users directory.
I have created symlinks from the users private directories to the
/srv/ftp/root directory.
There is no anonymous access to this server
Groups are:
ftpadmins - Full read/write access to all ftp directories
ftpdownloaders - Read access to root and subdirectories. Full access to
/srv/ftp/private/username. No access anything else under /srv/ftp/private
ftpuploaders - Read access to root and subdirectories. Write access to
uploads. Full access to /srv/ftp/private/username. No access anything else
under /srv/ftp/private
When a user lists files I do NOT want them to see any files or folders that
they do not have permission to access. (This is really what I'm having
trouble with)