Dokan SSHFS 0.1.8 is released.
Dokan SSHFS is a program that mounts remore file system as local drive using SSH. You can edit and create files on Linux with your favorite Windows application.
Changes from 0.1.7
- Fixed cache consistency bug when creating new file
- Changed connection setting dialog
- Added “Disable Cache” option
- Added “Without Offline Attribute” option
- Changed notify icon
- Added “Create Shortcut on Desktop” and “Create Shortcut on Start menu” options to installer
“Disable Cache” and “Without Offline Attribute” options dramatically affect the performance, so please use carefully.
March 23rd, 2008 in
Dokan by Hiroki
Dokan library 0.2.6 is now released.
Dokan library is a user-mode file system library for Window. Let’s make your own file system!
Changes from 0.2.4
- Fixed BSOD while Filemon(MS Sysinternals) is running
February 5th, 2008 in
Dokan by Hiroki
Dokan library 0.2.4 is released.
You can write a Windows file system very easily using Dokan library. Dokan library works on 32bit Windows Xp and Windows Vista.
Changes from 0.2.3
- Fixed BSOD when read operation was canceled
February 3rd, 2008 in
Dokan by Hiroki
Dokan library 0.2.3 is now released.
DOkan is a user-mode file system library for Windows. Dokan is a Windows counterpart of FUSE in Linux.
Changes from 0.2.2
- Fixed directory entries using wildcards
- Fixed file deletion using wildcards
- Fixed file sharing on Widows Vista
- Fixed file rename via file sharing
Dokan SSHFS 0.1.7 is now released.
Dokan SSHFS is the program that mounts remote file system as local drive. You can see server’s files using Windows Explorer.
Changes from 0.1.6
- Fixed timestamp when copying files
- Added directory listings and file attributes cache
From this version, Dokan SSHFS use directory and file attributes cache. You can clear cache with “SSHFS Clear Cache” rigth click context menu.
Dokan.NET 0.1.6 is released.
Dokan.NET is a .NET library to write a file system in user-mode. You can write Windows file system in C#.
Changes from 0.1.5
- Fixed release build of Dokan.NET
- Added ProcessId to DokanFileInfo class
January 31st, 2008 in
Dokan by Hiroki
Dokan library 0.2.2 is now released.
Dokan library is a user-mode file system library for Windows. You don’t need to write a file system driver in kernel-mode. Let’s write your original file system.
Changes from 0.2.1
- Fixed unstable behavior after remounting
- Changed DOKAN_OPERATIONS callback routine calling conversions: cdecl to stdcall
December 20th, 2007 in
Dokan by Hiroki
Dokan library 0.2.1 is now released.
Dokan library is a user-mode file system library for Windows. You can write a file system in userland.
Changes from 0.2.0
- Fixed memory leak when write operation was cancelled
- Fixed BSOD while read operation
- Improved error handling
If you update from previous version, you must uninstall it and restart your computer before install new version.
December 16th, 2007 in
Dokan by Hiroki
Dokan library 0.2.0 is now released.
Dokan library is user-mode file system library to write a Windows file system very easily. Using Dokan library, you don’t need to write a file system driver.
Before installing new Dokan library, you have to uninstall previous version and reboot your computer.
Changes from 0.1.9
- Improved stability on lower resource environment
- Improved stability on Windows Vista
- Fixed deadlock
Recent Comments