Koozali.org: home of the SME Server

Symbolic Links

Dan Grant

Symbolic Links
« on: January 23, 2002, 11:27:59 AM »
I've created a symbolic link in my home directory to link to "/home/e-smith/files/ibays"    This works fine when using windows explorer (samba) but when I ftp to my home dir, I recieve the error "no such file or directory"

Does anyone have any ideas why this doesn't seem to work ?

Cheers
Dan Grant.

SamC

Re: Symbolic Links
« Reply #1 on: January 25, 2002, 12:11:07 AM »
I believe that proftpd - by default - does not follow symlinks. You'll have to give an 'Allow Symlinks' directive in /etc/proftpd.conf (obviously by editing the template). Read the docs on the proftpd site. Before you do this, though, you might want to make sure the permissions on the symlink are correct. If you're connecting through samba & ftp as the same user, this shouldn't be an issue, but if you're using the a different user for ftp, make sure the r and x bits are set for global access.