awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
winfsp avatar

winfsp/sshfs-win

0
View on GitHub↗
6,262 stars·299 forks·C·14 viewswinfsp.dev↗

Sshfs Win

SSHFS-Win is a Windows implementation of SSHFS that mounts remote directories over SSH as local Windows drives, enabling seamless file access as if they were local network drives. It provides both command-line and graphical interfaces for creating, managing, and disconnecting SSHFS mounts, supporting password or SSH key authentication with optional credential storage in the Windows Credential Manager.

The project extends beyond basic SSH mounting to support a wide range of remote file access scenarios, including mounting cloud storage services like Azure Blob or Amazon S3, distributed POSIX file systems built on object storage, and WebDAV servers as local drives. It offers flexible mounting options with paths relative to either the user's home directory or the server's root directory, and includes transparent client-side encryption for secure cloud file access.

SSHFS-Win integrates deeply with the Windows ecosystem through WinFsp, providing capabilities such as running file systems as Windows services, mounting via the Windows shell and network provider, and supporting both disk-based and network-based volume creation. The project delivers a single MSI installer that automatically selects the correct components for ARM64, x64, and x86 systems, and includes comprehensive testing and validation tools for verifying file system reliability and performance.

Features

  • File and Directory Management - Creates, deletes, renames, and queries files and directories with full metadata support.
  • Custom User-Space File Systems - Exposes user-mode programs as Windows file systems by implementing required operations and a request dispatcher.
  • Command Line Network Clients - Provides a command-line interface for mounting SSHFS network drives using net use.
  • Remote File System Mounts - Mounts remote directories over SSH as local Windows drives for seamless file access.
  • Windows Shell Mounts - Integrates with Windows Explorer to map remote file systems as local drives via the network provider.
  • UNC Path Registrations - Registers user-mode file systems with the Windows MUP for UNC path accessibility.
  • File System Provider Registrations - Registers kernel drivers with WinFsp FSD to handle file system I/O requests.
  • User-Space File System Development - Creates complete Windows file systems as user-mode programs using native APIs or a FUSE compatibility layer.
  • Disk Volume Registrations - Registers user-mode file systems as Windows disk volumes, making them appear as local drives.
  • Windows Service File Systems - Runs file systems as Windows services with automatic startup and lifecycle management.
  • Mount Authentication - Prompts for passwords before mounting and optionally saves credentials in Windows Credential Manager.
  • On-Demand Driver Loaders - Loads kernel drivers on-demand when volumes are created with matching control codes.
  • Public Key Authentication - Supports password and SSH public key authentication for mounting remote directories.
  • File Read-Write Operations - Opens, reads, writes, and closes files on mounted filesystems using standard Windows APIs.
  • Opportunistic Locks - Supports opportunistic locks for client-side file caching with server-coordinated invalidation.
  • Remote Storage Mounts - Mounts cloud storage services like Azure Blob and Amazon S3 as local disk drives.
  • Delete and Rename Semantics - Implements POSIX-style delete and rename semantics, allowing open files to be unlinked.
  • Path Translation Mechanisms - Translates POSIX file paths with reserved Windows characters into valid Windows paths using Unicode mapping.
  • Service Instance Controllers - Ships a named pipe interface for managing file system service instances.
  • Encrypted Mounts - Mounts filesystems with transparent client-side encryption for secure cloud file access.
  • WebDAV Network Drive Mounting - Mounts WebDAV or AOS servers as local drives on Windows.
  • Native File System Executions - Provides native ARM64 file system execution without emulation for full performance.
  • Graphical Mount Managers - Provides graphical interfaces to create, manage, and disconnect SSHFS mounts.
  • Kernel-Mode Implementations - Supports developing kernel-mode file systems that integrate directly with the Windows I/O subsystem.
  • Reparse Point Mappings - Represents POSIX special files as reparse points for Cygwin and other aware applications.
  • File Lock Managers - Prevents concurrent access conflicts by granting exclusive or shared locks on file ranges.
  • Operation Test Harnesses - Tests file system operations using a standard test harness for reliability verification.
  • Extended File Attributes - Stores and retrieves extended attributes beyond standard file metadata.
  • Filesystem Correctness Benchmarks - Provides testing strategies and performance benchmarks to verify file system reliability and speed.

Star history

Star history chart for winfsp/sshfs-winStar history chart for winfsp/sshfs-win

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does winfsp/sshfs-win do?

SSHFS-Win is a Windows implementation of SSHFS that mounts remote directories over SSH as local Windows drives, enabling seamless file access as if they were local network drives. It provides both command-line and graphical interfaces for creating, managing, and disconnecting SSHFS mounts, supporting password or SSH key authentication with optional credential storage in the Windows Credential Manager.

What are the main features of winfsp/sshfs-win?

The main features of winfsp/sshfs-win are: File and Directory Management, Custom User-Space File Systems, Command Line Network Clients, Remote File System Mounts, Windows Shell Mounts, UNC Path Registrations, File System Provider Registrations, User-Space File System Development.

What are some open-source alternatives to winfsp/sshfs-win?

Open-source alternatives to winfsp/sshfs-win include: winfsp/winfsp — WinFSP is a framework for implementing custom file systems on Windows. It enables the creation of user-mode file… me115/linuxtools_rst — Linux工具快速教程. macfuse/macfuse — macfuse is a framework for implementing custom file systems in user space. It utilizes a macOS kernel extension to… dokan-dev/dokany — Dokan is a user-mode file system library for Windows that allows applications to create custom file systems accessible… iterate-ch/cyberduck — Cyberduck is a multi-protocol file transfer client and cross-platform file manager for Mac and Windows. It functions… cursortouch/windows-mcp — This is a Model Context Protocol server that exposes Windows desktop automation and system administration functions to…

Open-source alternatives to Sshfs Win

Similar open-source projects, ranked by how many features they share with Sshfs Win.
  • winfsp/winfspwinfsp avatar

    winfsp/winfsp

    8,687View on GitHub↗

    WinFSP is a framework for implementing custom file systems on Windows. It enables the creation of user-mode file systems that appear as standard disk drives or network shares to the operating system, allowing developers to implement file system logic in user space via a proxy architecture that avoids the need for custom kernel code. A primary differentiator is its FUSE compatibility layer, which maps POSIX-based file system calls to native Windows requests. This allows existing file systems written for the FUSE API to be ported to Windows and Cygwin environments. The project covers a wide ra

    Cdriverfilesystemfuse
    View on GitHub↗8,687
  • me115/linuxtools_rstme115 avatar

    me115/linuxtools_rst

    6,012View on GitHub↗

    Linux工具快速教程

    HTML
    View on GitHub↗6,012
  • dokan-dev/dokanydokan-dev avatar

    dokan-dev/dokany

    5,784View on GitHub↗

    Dokan is a user-mode file system library for Windows that allows applications to create custom file systems accessible as normal Windows volumes without writing kernel-mode device drivers. It provides a FUSE compatibility layer that maps FUSE operations to Dokan callbacks, enabling existing FUSE-based file systems to run natively on Windows by rebuilding the source code with Cygwin or MinGW. The library exposes its file system API through language-specific wrappers for C, .NET, Java, Delphi, Ruby, and Python, supporting cross-language file system development. It handles file operations throug

    Cccreatefiledevice-driver
    View on GitHub↗5,784
  • iterate-ch/cyberduckiterate-ch avatar

    iterate-ch/cyberduck

    4,570View on GitHub↗

    Cyberduck is a multi-protocol file transfer client and cross-platform file manager for Mac and Windows. It functions as a cloud storage manager and remote storage mounter, allowing users to upload, organize, and synchronize data between local drives and remote endpoints. The application provides a unified interface for managing files across FTP, SFTP, WebDAV, S3, and other cloud storage protocols, including Amazon S3, Backblaze B2, Microsoft Azure, and OneDrive. It distinguishes itself with a client-side encryption vault that encrypts files and folders locally before they are transmitted to r

    Javaazurebackblaze-b2cloudfront
    View on GitHub↗4,570
  • See all 30 alternatives to Sshfs Win→