Skip to content

Jektt/dokan-sshfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dokan SSHFS

What is Dokan SSHFS

Dokan SSHFS is a program that mounts remote file systems using SSH.

Licensing

Dokan SSHFS is distributed under a version of the "MIT License", which is a BSD-like license. See the 'license.txt' file for details.

Environment

This program requires following programs.

SharpSSH http://www.tamirgal.com/home/dev.aspx?Item=SharpSsh I changed SharpSSH to deal with multibyte characters.

How to build

  • Open the directory: dokan-sshfs\DokanSSHFS
  • Open DokanSSHFS.sln in visual studio
  • Click build and this time choose Build Solution
  • After it's done, you can find the executable in dokan-sshfs\DokanSSHFS\bin\x86\Release

How to use

Just run DokanSSHFS.exe in the build folder. DokanSSHFS supports only OpenSSH key format.

see also https://github.com/dokan-dev/dokany/wiki

Uninstallation

You can use Add/Remove programs in Control Panel to uninstall Dokan. DokanSSHFS saves settings under "Documents and Settings\UserName
Application Data\DokanSSHFS" and uninstaller doesn't remove them.

Releases

No releases published

Packages

No packages published

Languages

  • C# 69.3%
  • C++ 28.7%
  • C 2.0%