Back in the dayZ, we can run filelight from within a console by typing:
filelight fish://root@remote//home
but it seems it now doesn't work anymore. Any workaround ? Is the scheme is wrong ? Tried ssh://, no cigar.
Back in the dayZ, we can run filelight from within a console by typing:
filelight fish://root@remote//home
but it seems it now doesn't work anymore. Any workaround ? Is the scheme is wrong ? Tried ssh://, no cigar.
One workaround:
sshfs root@remote:/home ./mount_dir
filelight ./mount_dir
Is there another transparent way, please tell me