Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T23:25:21.000Z (over 2 years ago)
- Last Synced: 2023-03-01T03:10:30.317Z (over 1 year ago)
- Topics: csharp, netframework, netframework47, projectedfilesystem, projectedfs, projfs, sftp-client
- Language: C#
- Homepage:
- Size: 28.3 KB
- Stars: 14
- Watchers: 4
- Forks: 5
- 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).