Need ProFTPd to follow symbolic link
- by FMaz008
I have 2 folder:
/var/www/project1/
/var/www/repository/module/
and I have this symbolic link:
/var/www/project1/module/News = /var/www/repository/module/News
I know the target is outside the ftp root folder. But I want to make proFTPd to be able to display&follow that symbolic link. The security is NOT a matter, we use that FTP on the local network for development purpose only.
Ps.: I also use GADMIN-PROFTPD, and I installed everything by default, using apt-get install.