Anyone knows which I should use with an example (for example unzipping a file) ?

I'm not asking for a SSH Windows Client by Command Line (I already have Tunnelier), I'm asking how to script ssh from DOS BATCH file.

link|improve this question
Since you've already got your heart set on Tunnelier, you're going to need to read the docs on it. This solution is going to be specific to the application you are using and its capabilities. – MDMarra Oct 31 '09 at 17:37
Install a ssh client. Call that ssh client from within your BATCH file. – Nifle Oct 31 '09 at 17:40
Doesn't this work? bitvise.com/tunnelier#sexec – Nifle Oct 31 '09 at 17:42
Great I didn't know about it. – asksuperuser Oct 31 '09 at 22:20
feedback

2 Answers

up vote 0 down vote accepted

SSHWindows.SourceForge.Net

OpenSSH for Windows

OpenSSH for Windows is a free package that installs a minimal OpenSSH server and client utilities in the Cygwin package without needing the full Cygwin installation.

The OpenSSH for Windows package provides full SSH/SCP/SFTP support. SSH terminal support provides a familiar Windows Command prompt, while retaining Unix/Cygwin-style paths for SCP and SFTP.

link|improve this answer
If I need to install Cygwin ... I already use Tunnelier so that's not my question ;) – asksuperuser Oct 31 '09 at 16:19
without needing the full Cygwin installation – Nifle Oct 31 '09 at 17:38
ok thanks, will try it also. – asksuperuser Oct 31 '09 at 22:21
feedback

WinSCP, because everyone I know use it :)

link|improve this answer
same remark as above: i'm not asking for a ssh windows client but for how to script winscp from a DOS BATCH file. – asksuperuser Oct 31 '09 at 16:20
It seems that WinSCP has scripting features so that's what I want winscp.net/eng/docs/scripting Thanks for suggestion. – asksuperuser Oct 31 '09 at 22:20
feedback

Your Answer

 
or
required, but never shown