You are going to need write access to /var/www, which
sudo adduser LOGIN_ID www-data
sudo chmod g+rwX -R /var/www
will establish. Next thing would be to create a shortcut in your home directory:
sudo ln -s /var/www /home/LOGIN_ID/
After connecting with the FTP server you should now see the www folder alongside the Desktop folder.
Leave a Reply
You must be logged in to post a comment.