VDS Sphera Knowledge Base
How do I setup accounts with the FTP home directory at /var/www/html?
- Add the email/FTP user account you want to the VDS.
- Connect to the VDS as VDS owner via SSH.
- Go to /ftp/pub and remove the directory with the name of the user.
- Create a symbolic link to the /var/www/html from the name of the email/FTP user account from under the /ftp/pub folder.
For example if you want the email/FTP user account which is named "webmaster" to have FTP access to /var/www/html, please follow these steps:
- Create under the VDS the email/FTP user account named "webmaster".
- Connect to the VDS as VDS owner via SSH.
- Go to the /ftp/pub folder and remove the "webmaster" folder by:
rm -r webmaster
- Create the symbolic link by:
ln -s /var/www/html webmaster
User Comments
| How do I setup accounts with the FTP home directory at /var/www/html? |
|
| There are no user comments for this topic. |
|
| |
|
Attachments
Related Articles