Home > linux, ssh > Mounting your SSH shares in Microsoft Windows

Mounting your SSH shares in Microsoft Windows

Ever wanted to be able to access your SSH shares on your Microsoft Windows workstation? So far I have used WinSCP for this purpose, but this solution is far from ideal. You quickly become impatient with copying files back and forth endlessly, as the build in editor is rather “low-tech”.

Red Drive is a freeware file system that allows you to mount your SSH shares as a drive accessible from within Microsoft Windows. This means you can mount your SSH shares as a network drive and save, or open, files from within any application on you Microsoft Windows workstation.

Red drive is avaliable for download here (direct link).

Installation

Installing Red drive is easy. Simply download the zipped binary and run install.msi. After the installation is complete, you will have a Red Drive listed under My Computer along with all the usual stuff.

Mounting

To mount a SSH share right click on the Red Drive icon, and choose new connection. Then select SFTP (FTP via SSH) from the drop down menu and enter the connection details below. Once you completed the connection details, press OK.

At this point, I get a strange error courtesy of our friend William Gates: “Recovery policy configured for this system contains invalid recovery certificate.” (A possible solution can be found here.)

However, you can bypass the error by simply clicking OK in the Red Drive Error window, and then Cancel in the Connection window.

Finally, refresh Explorer by pressing F5, and viola: your drive appears. Repeat the process to add more SSH shares.

Customizing Red Drive

Disclaimer: Be carefull not to violate the license agreement

You acknowledge that the Software is a confidential trade secret of JSCAPE and therefore you agree not to reverse engineer, de-compile, or disassemble the Software.

To customize Red Drive go to the installation directory (~C:\Program Files\Jscape\Red Drive).

Updating icons

In the Icon/ directory you find the icons associated with Red Drive. You can replace them with something a bit more snazzy by creating some custom icons in Inkscape or by downloading some from eg. iconarchive.com.

Customizing system tray name

In the file RedDrive.Tray.exe.config, you can alter the text displayed when you hover over the Red Drive icon in the system tray by editing Red Drive in the code below to something of your liking.

<setting name=”TrayText” serializeAs=”String”>
<value>Red Drive</value>
</setting>

Alternatives

Alternatives to Red Drive includes SFTPdrive (Digged, 2006), which is avaliable in a six week free trial version.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google
Categories: linux, ssh Tags:
  1. January 2nd, 2008 at 15:06 | #1

    Great – this makes Windows a little less anoying or much more secyure to work with. Thanks for the link. :)

  2. January 2nd, 2008 at 18:00 | #2

    I just made my list of favorite Windows programs:
    http://www.tjansson.dk/?page_id=86

  3. April 6th, 2008 at 12:25 | #3

    Thanks, I searched for a Windows alternative to sshfs, and this came up. Great! Thanks for letting the rest of us know.

  4. April 11th, 2008 at 09:44 | #4

    Simply outstanding ^_^! I like posts like that. Your blog is added to my favorites ;-) . Continue writing.

  5. May 31st, 2008 at 21:52 | #5

    Thank you for this article!
    I was searching quite a lot for something like sshfs for Windows!

  6. Jaymes
    July 7th, 2008 at 20:28 | #6

    Great program and idea until you realize that you need .NET framework 2.0

  7. August 14th, 2008 at 13:37 | #7

    Your blog is interesting!

    Keep up the good work!

  8. afspear
    July 13th, 2009 at 02:55 | #8

    This would work great, except I get a “There was an error genearating the XML document.” error. anybody know what that means?

  9. sameer
    September 10th, 2009 at 21:43 | #9

    Loved it,

    Only if there’s a way to use svn with red drive things would be so much better,

  10. October 1st, 2009 at 14:46 | #10

    It helped me a lot !!

    I had been struggling every time to sftp files back and forth to modify it, now it is a breeze :)

    Thanks to your blog and Red Drive

  11. mathiaso
    October 19th, 2009 at 13:37 | #11

    it’s no longer being developed and installation aborted with error on my vista 64. a pity!

    at least they should release the sources and make red drive an open source project.

    anyclient is NOT an alternative to red drive as anyclient is just a client and doesn’t let you mount ssh drives.

  12. December 26th, 2009 at 16:13 | #12

    Easily, the article is really the best on this valuable topic. I fit in with your conclusions and will thirstily look forward to your approaching updates. Saying thanks will not just be enough, for the phenomenal clarity in your writing. I will at once grab your rss feed to stay informed of any updates. Genuine work and much success in your business efforts!

  13. Mark
    February 28th, 2010 at 10:45 | #13

    Anyone having this work in windows 7 64bit? I have it working fine within xp running within virtualbox, but i really need to get it working within windows 7.

    If i run it with as a regular user and try to open a site from the tray icon, it gives me an error about it not being associated with any program.

    If i run it as an admin with or with xp compatibility on, the explorer window pops up, but no additional links for red drive connections, etc.

  14. Boar
    May 4th, 2010 at 11:29 | #14

    It works perfectly!

  15. Boar
    May 5th, 2010 at 10:35 | #15

    I found a bug of Red Drive.
    Sometimes files are saved to “C:\Document and Settings\(user)\Application Data\Red Drive\(sftp server)\” which should be cache(?) or index(?) location; and the files will not appear at “Red Drive” or the sftp server.

    e.g.
    - whenever I want to save a file, the default location is at “C:\doc & …”, I have to change the location to “Red Drive/…” manually everytime
    - When I open a new MS Office 2007, and save it to “Red Drive/…”; the file is in fact saved in “C:\doc & …” and it is NOT in “Red Drive/…” nor the sftp server!

    Anyone experienced the same problem?
    Thank you for reading!

  16. dom
    July 22nd, 2010 at 15:50 | #16

    Hm, nice but if i would like to do scp and not have sftp? Also… how about using pageant for authentication using a key? these two things would be great!

  1. January 2nd, 2008 at 14:00 | #1
  2. April 27th, 2008 at 21:24 | #2