Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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.

share|improve this question

2 Answers

I think you have to make the DefaultRoot path more loose, I'm afraid proftpd cannot handle symlinks outside this chroot jail. So basically you can symlink, but only inside the DefaultRoot folder.

share|improve this answer

Follow this link http://www.proftpd.org/docs/howto/Chroot.html

share|improve this answer
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – fossfreedom Apr 3 '12 at 21:50

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.