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
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
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.
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:
> tail -f /logdirectory/test.log
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).
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:
tail -f
in the putty connection.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.
also check out Dokan
it's iffy, but it works, and it's free
There is a commercial tool called WebDrive which supports SCP, FTP, WebDAV.
If you have Samba on your server, you can try this tutorial http://alirezabagheri.com/blog/?p=67