Software > Data security > mount >
(on Wikipedia)
https://github.com/libfuse/sshfs [ 1 ] was http://fuse.sourceforge.net/sshfs.html
Mount a remote filesystem via SSH.
See also:
-
shfs (same idea)
-
2008-08-26 – (version not recorded) on PCLinuxOS (likely 0.92)
Table of Contents [hide]
2008-08-26 – (version not recorded) ∞
apt-get install sshfs-fuse
Use ∞
sshfs user@example.com:/path/to/website /mnt/mountpoint
See Secure synchronization for some real-world usage. It’s better to just use LFTP.
For synchronization you could use rsync over SSH if your remote host has rsync installed.
Footnotes

ported