awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·5 vueswinfsp.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.

Historique des stars

Graphique de l'historique des stars pour winfsp/sshfs-winGraphique de l'historique des stars pour winfsp/sshfs-win

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Sshfs Win

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Sshfs Win.
  • winfsp/winfspAvatar de winfsp

    winfsp/winfsp

    8,687Voir sur 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
    Voir sur GitHub↗8,687
  • me115/linuxtools_rstAvatar de me115

    me115/linuxtools_rst

    6,012Voir sur GitHub↗

    Linux工具快速教程

    HTML
    Voir sur GitHub↗6,012
  • dokan-dev/dokanyAvatar de dokan-dev

    dokan-dev/dokany

    5,784Voir sur 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
    Voir sur GitHub↗5,784
  • iterate-ch/cyberduckAvatar de iterate-ch

    iterate-ch/cyberduck

    4,570Voir sur 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
    Voir sur GitHub↗4,570
Voir les 30 alternatives à Sshfs Win→

Questions fréquentes

Que fait winfsp/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.

Quelles sont les fonctionnalités principales de winfsp/sshfs-win ?

Les fonctionnalités principales de winfsp/sshfs-win sont : 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.

Quelles sont les alternatives open-source à winfsp/sshfs-win ?

Les alternatives open-source à winfsp/sshfs-win incluent : 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…