• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FTPd, following symlinks

Haden

Senior member
I can't configure FTP daemon (proftpd) to follow symlinks outside FTP root directory,
i.e. behave like samba with:
unix extensions = no
wide links = yes
set.

Anyone done it with proftpd or some other FTP daemon? Any hints appreciated.
 
I need it for anonymous read-only access ("authenticated" via src ip), basicly structure is following:
database stores all attributes which describe file (class, date, type...),
"backend" directories store files themself, simply named by their id.
The "virtual" directory is updated on change and contains different views i.e. if there is picture file, it can be found in different directories (say by date, or by type, or by season)
these directories contain symlinks to files in "backend" directories.
Thus symlinks should not be exposed and followed (and I see no reason to have "backend" directories accessible them self) - I have it working for years with samba, but would like to add ftp support too.
 
Back
Top