Not quite sure what the problem is.
Are you using FTP or HTTP to upload the file?
Are you trying to upload to a file that is inside the network that you are
connecting to with a VPN?
If yes to both questions, there should be no problems.
If you are trying to upload a file to the general internet, while connected
to the VPN, this may not work because your packets are being routed through
the internal network (and any firewalls and proxy servers that the
organization has implemented).
This is not something that VB can solve. You'd have to take this up with
the security administrators who control that firewall.
--- Nick
Selena said:
I have vb.net windows application which need to upload file to server. It
can run properly without using VPN. How can I run it with VPN? Is there any
components or code to upload file? Or is there any method to get Ip assigned
by VPN? Thank you.