Search code examples
c#asp.net.netvpncisco

Connect to Cisco VPN through C#


We have a server which can be connected through Cisco VPN connection. We need to fetch data from that server to our local client. VPN connection is established after authentication. I want to make this VPN connection process automated and fetch data. Is this possible to automate this process? Can we use C#.net for this?


Solution

  • Will take a bit of working out but you can use the Cisco VPN through the command line, so what you want should be doable. Have to find out where stuff has been installed etc. But mainly donkey work.

    For info about what you can and can't do at the command line, I googled Cisco VPN comandline and found this. Cisco VPN through the command line