Does anyone know of a good (hopefully free) tool that can be used to map a SSH server as a Windows network drive (i.e. SCP)?
EDIT: SFTP not supported
EDIT2: Windows File Sharing/Samba not supported
|
|
Originally I recommended, http://www.swish-sftp.org/. It adds an 'Other' Swish drive in which each folder is an SFTP connection however this can be accessed in all applications such us Java based Eclipse IDE. An alternative that works is http://www.eldos.com/sftp-net-drive/ or even runing Apache WebDAV (over SSL) as windows can natively map these drives - however at the moment I am yet to find a perfect solution. |
|||||||||||
|
|
I'm using it and it works.
|
||||
|
|
|
You can mount a drive over SSH using Windows built-in features, but it's a little involved. See: |
|||
|
|
http://www.damtp.cam.ac.uk/user/jp107/xp-remote/ssh-map/ should work for Win XP or greater maybe 2000 as well. warning requires at least half a functioning brain cell to setup but completely free. |
|||
|
|
|
If you have Samba on your server, you can try this tutorial http://alirezabagheri.com/blog/?p=67 |
|||
|
|
|
There is a commercial tool called WebDrive which supports SCP, FTP, WebDAV. |
|||||
|
|
also check out Dokan it's iffy, but it works, and it's free |
|||||
|
|
You can use SftpDrive, http://www.magnetk.com/sftpdrive/. However, this bug reported on their support forums makes it almost unusable for editing files with Emacs: http://getsatisfaction.com/magnetk/topics/file_changed_warning_from_emacs. |
|||
|
|
|
I think you're going to have to go back and re-evaluate your prior assumptions/designs. I suggest:
Even if you find something that will map a drive to an scp connection, I doubt it will allow the live updating style that would be required for log monitoring, since I don't see how you would implement that with the underlying scp protocol. Alternatively:
|
|||
|
|
|
My initial thought was SSHFS, but that's for *nix-like OSes (Linux, BSD, Mac OS, etc). For Windows, the option appears to be what @moonshadow suggested, SftpDrive. If you have ssh running, you should have sftp available, as it runs over the standard ssh stack (especially if you're running OpenSSH as your daemon). |
|||||
|
|
If you want to access and read server logs on a remote machine that is running an ssh server (daemon) you can use the free SSH tool PuTTY. Just connect to the server, browse to the log file and view the log using a text editor such as 'Vi' or if you want to view it in real time use the command:
|
|||||
|
|
Any reason you can't just set up a samba share on the server? |
|||||||
|
|
I'm not aware of any solution that supports SCP, but there is a nasty horrible evil hack which should work (install Linux in a virtual machine, install sshfs, make a samba share, mount that on the host Windows machine). You're probably better off just using WinSCP. |
|||||||||||
|
|
Just follow instructions to use free PuTTY |
|||||||
|