mcaselector icon indicating copy to clipboard operation
mcaselector copied to clipboard

Suggestion: Mount world over SSH/SFTP to visualuse/edit.

Open TomLewis opened this issue 3 years ago • 4 comments
trafficstars

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.

TomLewis avatar Dec 03 '21 12:12 TomLewis

You could try sshfs https://github.com/libfuse/sshfs

baraclese avatar Dec 04 '21 12:12 baraclese

No windows support?

TomLewis avatar Dec 04 '21 12:12 TomLewis

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.

baraclese avatar Dec 04 '21 13:12 baraclese

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

WaffleBits avatar Jun 11 '22 04:06 WaffleBits