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
|
4
|
|||
|
|
|
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:
|
||
|
|
|
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. |
||
|
|
|
|
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 |
|||
|