Connecting to a Remote System in VB Code
Hi All,
The remote system is connected by VPN Connection and some works are carried out in the system.
Now, I want to connect to this remote system in VB and automate some work.
Is it possible to connect to the remote system in VB?
Kindly, help me in this regard, it is killing me. I am not a expert in VB.
Regards,
Durai Murugan R
Re: Connecting to a Remote System in VB Code
Depends on what you want to do. Since you have a VPN connected you could map a drive to gain filesystem access to the remote system but depending on what you actually need done. ;)
Re: Connecting to a Remote System in VB Code
Hi
How can i connect to a remote system in vb, can u give me some sample codes for VPN also, since i am new to VB.
Re: Connecting to a Remote System in VB Code
I thought you posted that the VPN was already setup?
Re: Connecting to a Remote System in VB Code
Hi
the client system has VPN Connection, but i need to establish the VPN connection in VB and want to download some excel files from the remote sytem on a daily basis.
How this can be acheived?
Regards,
Durai Murugan
Re: Connecting to a Remote System in VB Code
Cant say that I have programmatically created a VPN connection but perhaps it would be easier to make the files available for download from a FTP server?
Re: Connecting to a Remote System in VB Code
There is no FTP Server. I need to download the files from the remote system, for this i need to connect to the remote system by VPN.