==== SSHFS ==== [[https://en.wikipedia.org/wiki/SSHFS|SSHFS (SSH Filesystem)]] is a filesystem client to mount and interact with directories and files located on a remote server or workstation over a normal ssh connection. The client interacts with the remote file system via the SSH File Transfer Protocol (SFTP), a network protocol providing file access, file transfer, and file management functionality over any reliable data stream that was designed as an extension of the Secure Shell protocol (SSH) version 2.0. === SSHFS for Linux === Mount point: sudo mkdir -p sudo chown : Mount: sshfs @login.hpc.unipr.it:[/hpc/home/] Umount: fusermount -u === SSHFS for MacOS === Mount point: sudo mkdir -p sudo chown : Mount: sshfs @login.hpc.unipr.it:[/hpc/home/] Umount: umount === SSHFS for Windows === [[https://github.com/billziss-gh/sshfs-win|SSHFS for Windows]] Installation: * install a recent version of [[https://github.com/billziss-gh/winfsp/releases/latest|WinFsp]] * install a recent version of [[https://github.com/billziss-gh/sshfs-win/releases|SSHFS-Win]] * install a recent version of [[https://github.com/evsar3/sshfs-win-manager|SSHFS-Win-Manager]]