Hi All,
Been trying to use cfexecute to run f-secure (SSH program). I am trying to connect to an ip that requires username and private key installed on machine. Then i need to pass commands to change directories. Nothing happens though. Not sure how to pass the ip and connect command.
Anyone try this?
<cfexecute
name = " c:\program files\f- secure\ssh\program\ssh2 "
arguments = "cd /usr/local/cart/config"
outputFile = "c:\executelog.txt"
>
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
Been trying to use cfexecute to run f-secure (SSH program). I am trying to connect to an ip that requires username and private key installed on machine. Then i need to pass commands to change directories. Nothing happens though. Not sure how to pass the ip and connect command.
Anyone try this?
<cfexecute
name = " c:\program files\f- secure\ssh\program\ssh2 "
arguments = "cd /usr/local/cart/config"
outputFile = "c:\executelog.txt"
>
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic