ssh filesystem

Wednesday, 19 March 2008 11:57 pm by noel
posted in nothing | tags: ,

ssh filesystem (sshfs) is filesystem client based on the ssh file transfer protocol.

to mount a filesystem:

sshfs hostname: mountpoint

to unmount a filesystem:

fusermount -u mountpoint

reference: ssh filesystem

leave a reply