So I connected to my server using SFTP with filezilla and I’m trying to edit a root-protected HTML file. I’m getting open for write: permission denied errors as expected since it’s a root protected file. Is there a way to “sudo” with filezilla?
note: I disabled the ability to connect to root with SSH.
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.
My current solution is to give the user write permission to that specific www folder using chown -R username directory.
Is this how developers usually edit www folders or is there a better solution?
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.