SSH File System

From RaySoft

SSHFS (SSH FileSystem or Secure SHell FileSystem) is a filesystem client to mount and interact with directories and files located on a remote server or workstation. The client interacts with the remote file system via SFTP.[1]

Components

1 pages found:

Hints

Install SSH File System on macOS using Homebrew depending on macFUSE
brew install --cask 'macfuse'
brew install --formula 'gromgit/fuse/sshfs-mac'
Install SSH File System on macOS using Homebrew depending on FUSE-T
brew install --cask 'macos-fuse-t/cask/fuse-t' \
                    'macos-fuse-t/cask/fuse-t-sshfs'

References