Tagged Questions
0
votes
0answers
119 views
ProFPTd Server - directory alias/shortcut/link
Here is my situation. I want to give users access to a folder not in their home tree.
I have user1 and when he accesses the ftp he sees / when he is really accessing /somedir/home/user1
Then user2 ...
0
votes
1answer
451 views
Symbolic link all files in directory to show in another directory?
What I want is to be able to display all files that are ftp'd into /home/ftp in /srv/ftp
/srv/ftp is password protected, and has files in it which I don't want to be accessible from the public ftp.
...
1
vote
1answer
3k views
Give ftp users access to directories outside their root using symlinks
I tried to give proftpd virtual users access to directories outside their home paths using symlinks I created as root through the console.
/var/ftp/users/test is the home of the user named test.
...
3
votes
2answers
4k views
Need ProFTPd to follow symbolic link
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 ...