-
Programming a VPN connection
I'm interning for a small engineering firm and found that I might be a little
over my head, in terms of using VC++ and programming for Windows. I have
already developed a method for transferring files across a network, via phone
lines that are connected through RAS. Now, the company wants me to create
a program that allows the data transfers to occur over the internet using
VPN technology. My problem is that I know very little about VC++ (learning
more everyday though) and programming Windows. I would appreciate if someone
could point me in the right direction, via reference material or personal
knowledge.Thanks,Benjamin
-
Re: Programming a VPN connection
If you know how to use MFC in VC++, then you can use the CSocket class in
conjunction with the CSocketFile and CArchive classes to easily transfer
any type of data over the Internet, including files.
<%= TRX %>
"Benjamin Post" <benp@nova-tech-eng.com> wrote:
>
>I'm interning for a small engineering firm and found that I might be a little
>over my head, in terms of using VC++ and programming for Windows. I have
>already developed a method for transferring files across a network, via
phone
>lines that are connected through RAS. Now, the company wants me to create
>a program that allows the data transfers to occur over the internet using
>VPN technology. My problem is that I know very little about VC++ (learning
>more everyday though) and programming Windows. I would appreciate if someone
>could point me in the right direction, via reference material or personal
>knowledge.Thanks,Benjamin
-
Re: Programming a VPN connection
So, using VPN is not necessary as far as the data transfer is concerned?
What about security issues, such as authenticity and data integrity? The
data transferred is not top-secret, but directly relates to customer billing.
Also, what if the data transfer requires network authentication? How is
that then handled?
Thanks very much,
Benjamin
"TRX" <scredheds@mindspring.com> wrote:
>
>If you know how to use MFC in VC++, then you can use the CSocket class in
>conjunction with the CSocketFile and CArchive classes to easily transfer
>any type of data over the Internet, including files.
>
><%= TRX %>
>
>
>"Benjamin Post" <benp@nova-tech-eng.com> wrote:
>>
>>I'm interning for a small engineering firm and found that I might be a
little
>>over my head, in terms of using VC++ and programming for Windows. I have
>>already developed a method for transferring files across a network, via
>phone
>>lines that are connected through RAS. Now, the company wants me to create
>>a program that allows the data transfers to occur over the internet using
>>VPN technology. My problem is that I know very little about VC++ (learning
>>more everyday though) and programming Windows. I would appreciate if someone
>>could point me in the right direction, via reference material or personal
>>knowledge.Thanks,Benjamin
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks