This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there is nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh.
This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there is nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh.
To install sshfs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sshfs
To see what files were installed by sshfs, run:
port contents sshfs
To later upgrade sshfs, run:
sudo port selfupdate && sudo port upgrade sshfs
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.