Discussion:
[Proftpd-user] Simlinks
Steve Matzura
2015-10-15 19:15:47 UTC
Permalink
What must be set in proftpd.conf to let standard FTP users see (and
follow) simlinks?
Patrick Muldoon
2015-10-15 19:48:52 UTC
Permalink
ShowSymlinks On which is the default.

but if you are using default root

see

http://www.proftpd.org/docs/howto/Chroot.html

for why it might not be working.
Post by Steve Matzura
What must be set in proftpd.conf to let standard FTP users see (and
follow) simlinks?
Clark Christensen
2015-10-15 20:19:12 UTC
Permalink
I was able to get it to work in a chroot setup (DefaultRoot ~) by recompiling with mod_vroot (https://github.com/Castaglia/proftpd-mod_vroot/ https://github.com/Castaglia/proftpd-mod_vroot/)
As I remember, it requires a particular kind of directory structure and some directives of its own.  Not a problem here, and it works as expected.

From: Patrick Muldoon <***@inoc.net>
To: Steve Matzura <***@noisynotes.com>
Cc: proftp-***@lists.sourceforge.net
Sent: Thursday, October 15, 2015 12:48 PM
Subject: Re: [Proftpd-user] Simlinks

ShowSymlinks On which is the default.

but if you are using default root

see

http://www.proftpd.org/docs/howto/Chroot.html

for why it might not be working.
Post by Steve Matzura
What must be set in proftpd.conf to let standard FTP users see (and
follow) simlinks?
Steve Matzura
2015-10-15 20:16:39 UTC
Permalink
I thought that was it, and that is what I have in the conf, but for
some reason I cannot figure, they don't show unless I logg in with FTP
over ssh.
Post by Patrick Muldoon
ShowSymlinks On which is the default.
but if you are using default root
see
http://www.proftpd.org/docs/howto/Chroot.html
for why it might not be working.
Post by Steve Matzura
What must be set in proftpd.conf to let standard FTP users see (and
follow) simlinks?
angeldead95 .
2015-10-16 13:57:11 UTC
Permalink
ShowSymlinks on

<IfModule mod_facts.c>
FactsOptions UseSlink
</IfModule>
Post by Steve Matzura
I thought that was it, and that is what I have in the conf, but for
some reason I cannot figure, they don't show unless I logg in with FTP
over ssh.
Post by Patrick Muldoon
ShowSymlinks On which is the default.
but if you are using default root
see
http://www.proftpd.org/docs/howto/Chroot.html
for why it might not be working.
Post by Steve Matzura
What must be set in proftpd.conf to let standard FTP users see (and
follow) simlinks?
------------------------------------------------------------------------------
_______________________________________________
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html
Steve Matzura
2015-10-16 16:40:11 UTC
Permalink
On Fri, 16 Oct 2015 15:57:11 +0200, "angeldead95 ."
Post by angeldead95 .
ShowSymlinks on
<IfModule mod_facts.c>
FactsOptions UseSlink
</IfModule>
Good news: Symlinks is on.

Bad news: I copied the IfModule lines into my conf and restarted the
service, but nothing changed. I then tried finding mod_facts* and
apparently my implementation of ProFTPD doesn't have it. odd, as
/usr/share/doc/modules/mod_facts.html says it's compiled into ProFTPD
by default. Is it possible the RPM for ProFTPD got me a compilation
without this module?

Loading...