Blog

User Profile


Recent Comments

Run commands via SSH to a remote server using ColdFusion, Putty and Plink.

I am trying to do something similar, but I am trying to pass some commands and saving the output to a text file (instead of running a file) by doing something like this:
c:\plink.exe -v [email protected] -pw password > C:\router_77.txt "Show interface description | inc 0/0/2/1"

The problem I...

Read More >>