Select Page

Allow Chroot VSFTPD User External File Access

Scenario: FTP user is jailed to their home directory with chroot. FTP user needs to access an external directory (such as www). Normally you would create a symbolic link in the user’s home directory. [code] cd /home/user ln -s /var/www/html/userdomain.com www...