Comment on How do you manage your server files?
kevincox@lemmy.ml 8 months agoRight now I am just using nautilus (default GNOME file manager) but in past I was using Thunar (default XFCE file manager). I’d be pretty surprised if whatever file manager you are currently using doesn’t support SFTP out of the box. Typically you can just enter something like sftp://myhost.example
into the location bar. They may also have a dedicated network connection section with a wizard to add it.
legoraft@reddthat.com 8 months ago
I’m considering this, as I can see by your example, you can add a domain name to the server. How would you go over doing this?
kevincox@lemmy.ml 8 months ago
You should look into DNS or maybe mDNS or even local DNS aliases.
legoraft@reddthat.com 8 months ago
I will take a look, thank you very much!