mcaselector
mcaselector copied to clipboard
Suggestion: Mount world over SSH/SFTP to visualuse/edit.
Nearly all server owners have their worlds on remote servers, downloading gigs and gigs and re-uploading is a massive issue for those of us that respect downtime and dont want to take down our production servers for long periods of time.
Please add a way to mount a directory from a remote server over SSH so that we can use the GUI (Not CLI) tool to select and delete chunks on a remote server.
Even if it requires a spigot plugin to work.
You could try sshfs https://github.com/libfuse/sshfs
No windows support?
Sorry, I didn't think about that! A quick search turned up https://github.com/billziss-gh/sshfs-win though, not sure how reliable it is however.
i got this to work with these two: https://github.com/winfsp/winfsp/releases/tag/v1.2POST1 https://github.com/winfsp/sshfs-win/releases/tag/v3.5.20357
and then i mapped a network drive to my server. i can successfully use mca selector through the network drive now but it's slow