From: djny3 AT gmx DOT net (Derek) Newsgroups: comp.os.msdos.djgpp Subject: Program that connects to internet Date: 25 Jun 2002 07:26:31 -0700 Organization: http://groups.google.com/ Lines: 14 Message-ID: <56f94943.0206250626.75b7f2b0@posting.google.com> NNTP-Posting-Host: 216.251.169.193 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1025015192 21704 127.0.0.1 (25 Jun 2002 14:26:32 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 25 Jun 2002 14:26:32 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I'm a beginning/intermediate C++ programmer. I want to make a program that can connect to my web site and download a file to my hard drive. Does this require me to embed the entire HTTP and FTP protocols in my program? Or are there packages that can help simplify the process? I'm just not sure what's involved in connecting to the Internet, and I don't know where to find any information. Any help would be appreciated. Thanks, Derek Young