Apologies if this has been covered, but I found nothing while searching.
I'm trying to write a quick app that will connect to a partner via VPN, grab some queries into datasets, then dump that data back to our database (due to security, I have to have a middle-man machine in the dmz). Is there a way to launch a VPN connection from within the program?
Either building a connection on the fly and destroying, or just accessing the connection already on the system and connecting it will be fine.
I'm trying to write a quick app that will connect to a partner via VPN, grab some queries into datasets, then dump that data back to our database (due to security, I have to have a middle-man machine in the dmz). Is there a way to launch a VPN connection from within the program?
Either building a connection on the fly and destroying, or just accessing the connection already on the system and connecting it will be fine.