Wednesday, 07 April 2021
Interesting Snippets from 2021-04-07
-
How to map SFTP as a drive on Windows 10 in 3 simple steps
Mapping SFTP as a drive allows you to work with a remote file system as if it were a local disk drive, eliminating the nuisance of working with files stored on remote servers by enabling you to access them as if they were on your computer quickly and easily.
-
GitHub - billziss-gh/winfsp: Windows File System Proxy - FUSE for Windows
WinFsp is a set of software components for Windows computers that allows the creation of user mode file systems. In this sense it is similar to FUSE (Filesystem in Userspace), which provides the same functionality on UNIX-like computers.
-
GitHub - billziss-gh/sshfs-win: SSHFS For Windows
SSHFS-Win is a minimal port of SSHFS to Windows. Under the hood it uses Cygwin for the POSIX environment and WinFsp for the FUSE functionality.
-
GitHub - evsar3/sshfs-win-manager: A GUI for SSHFS-Win
SSHFS-Win Manager is a GUI (graphics user interface) for SSHFS on Windows (coming soon for other platforms). See: https://github.com/billziss-gh/sshfs-win