Hi,
I recently migrated to Digital Ocean to host my Ghost blog. Is there any way to access, edit and view my Ghost folder content through UI? Right now I am using SCP and command line tools to access them, but I think UI access would be much better for uploading and downloading individual files.
I appreciate any update on this request.
Jayesh.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Hi there,
One option would be to use an SFTP client like FileZilla, that way you would not have to run
scp
for each individual file but would be able to use the FileZilla GUI and transfer your files easily from the server to your local machine and vice versa:You can follow the steps on how to do that here:
https://docs.digitalocean.com/products/droplets/how-to/transfer-files/
Hope that this helps!
Best,
Bobby