Hi,
I am trying to access a domain registered and pointed at a lamp droplet. So i succeeded and also connected via ftp both to new domain and via the droplet ip. The problem is that ftp opens up root and var on server. new domain files are in var, How can I access var folder instead of root.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello,
If you are using
root
as your username by default you would get to the/root
folder as this is the home folder for theroot
user. However as theroot
user has access to all other folders you would be able to simply navigate to the/var
folder via your FTP client.Hope that this helps! Regards, Bobby