Answer the question
In order to leave comments, you need to log in
Shared folder for all vsftpd users
There are 3 developers, each has its own account for access via ssh and ftp, vsftpd is used as the ftp server.
When accessing ftp, the user enters the home folder. Each developer needs to add the /var/www/project folder, made a ln -n link to the users' home directories. I distributed the rights to it, but when you go to ftp, you can’t enter the folder, although you can do anything through ssh.
Answer the question
In order to leave comments, you need to log in
mkdir /home/user1/share
mount --rbind /var/www/project/share /home/user1/share
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question