awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
winfsp avatar

winfsp/sshfs-win

0
View on GitHub↗
6,262 نجوم·299 تفرعات·C·5 مشاهداتwinfsp.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.

سجل النجوم

مخطط تاريخ النجوم لـ winfsp/sshfs-winمخطط تاريخ النجوم لـ winfsp/sshfs-win

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Sshfs Win

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Sshfs Win.
  • winfsp/winfspالصورة الرمزية لـ winfsp

    winfsp/winfsp

    8,687عرض على 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
    عرض على GitHub↗8,687
  • me115/linuxtools_rstالصورة الرمزية لـ me115

    me115/linuxtools_rst

    6,012عرض على GitHub↗

    Linux工具快速教程

    HTML
    عرض على GitHub↗6,012
  • dokan-dev/dokanyالصورة الرمزية لـ dokan-dev

    dokan-dev/dokany

    5,784عرض على 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
    عرض على GitHub↗5,784
  • iterate-ch/cyberduckالصورة الرمزية لـ iterate-ch

    iterate-ch/cyberduck

    4,570عرض على 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
    عرض على GitHub↗4,570
عرض جميع البدائل الـ 30 لـ Sshfs Win→

الأسئلة الشائعة

ما هي وظيفة 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.

ما هي الميزات الرئيسية لـ winfsp/sshfs-win؟

الميزات الرئيسية لـ winfsp/sshfs-win هي: 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.

ما هي البدائل مفتوحة المصدر لـ winfsp/sshfs-win؟

تشمل البدائل مفتوحة المصدر لـ winfsp/sshfs-win: 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…