Hi, I’m used to ftp’ing into my hostgator server fro nautilus on my ubuntu laptop and using nautilus to upload files and edit files on the server.
Is it possible to use nautilus to do the same with my droplet?
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.
Hello!
You should be able to use nautilus to edit the files hosted on your droplet. In order to do that you can try to following commands:
nautilus-connect-server
ssh://yourIPaddress
This should work for you and should be able to see the files on your droplet.
Let me know if you have any questions.
Hey Alex,
Thanks for replying.
Your solution worked perfectly.
You’re a star! Cheers.