https://github.com/expeehaa/projfs-sftp
Project a remote file system through SFTP to a local directory using ProjFS.
https://github.com/expeehaa/projfs-sftp
csharp netframework netframework47 projectedfilesystem projectedfs projfs sftp-client
Last synced: about 1 year ago
JSON representation
Project a remote file system through SFTP to a local directory using ProjFS.
- Host: GitHub
- URL: https://github.com/expeehaa/projfs-sftp
- Owner: expeehaa
- Created: 2019-06-07T22:39:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T23:25:21.000Z (almost 4 years ago)
- Last Synced: 2025-04-19T17:16:35.445Z (about 1 year ago)
- Topics: csharp, netframework, netframework47, projectedfilesystem, projectedfs, projfs, sftp-client
- Language: C#
- Homepage:
- Size: 28.3 KB
- Stars: 17
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProjFS-SFTP
This project uses the Windows Projected File System (ProjFS) feature to project directories from an SFTP server into a local directory accessible through the regular windows explorer.
## Using & Compiling
If you want to use it, you currently have to compile it on your own with `Visual Studio 2019` and the `.NET Framework 4.7.2` installed.
To execute the program the `Windows Projected File System` feature has to be enabled (at least as long as it is in the Beta state).