We currently have a process where a user uses Cisco VPN client to establish a secure tunnel to a remote server. They, then, remote desktop into a machine on the remote network. While on the remote machine, they fire up SQL Server 2008 Enterprise manager, run a query that produces a CSV file. The file is then manually transferred back to their local machine.
This process only needs to happen once a month to pull this CSV (report) from our remote machines.
The transport is IPSec/UDP.
I am having trouble finding any kind of help being able to do this through a script. Is this possible? If not through PHP, maybe through perl or any server side script?
Thanks.