Mount remote filesystems over SSH using SFTP protocol
File system client based on SSH File Transfer Protocol
sshfs$ sshfs user@remote.host:/path/to/remote ~/local_mount$ sshfs -p 2222 user@remote.host:/home/user ~/mnt -o reconnect,ServerAliveInterval=15$ umount ~/local_mount