yash069 / puttycyg

Automatically exported from code.google.com/p/puttycyg
0 stars 0 forks source link

RFE: patch plink.exe to enable connection to cygterm saved sessions #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be rad if you patched plink.exe to enable its use with cygterm saved 
sessions.  Right now, using plink.exe on a cygterm session results in the 
following:

C:\Users\admin>"C:\Program Files (x86)\PuTTY\plink.exe" -l LOCALHOST "ls -la"
Unable to open connection:
Host does not exist

Thanks.

Original issue reported on code.google.com by vitolaurenza@gmail.com on 1 Nov 2010 at 7:53

GoogleCodeExporter commented 8 years ago
If you want to run a shell command locally, just use bash:

c:\cygwin\bin\bash -c "ls -la"

Original comment by medgar123 on 2 Nov 2010 at 9:05

GoogleCodeExporter commented 8 years ago

Original comment by medgar123 on 27 Feb 2011 at 1:25