From: "Thomas Mueller" Newsgroups: comp.os.msdos.djgpp Subject: Re: Program that connects to internet Date: 27 Jun 2002 06:12:33 GMT Lines: 16 Message-ID: References: <56f94943 DOT 0206250626 DOT 75b7f2b0 AT posting DOT google DOT com> NNTP-Posting-Host: tnt01-94-13.bluegrass.net (216.135.94.13) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 1025158353 14022810 216.135.94.13 (16 [49635]) X-Mailer: NOS-BOX 2.05 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > 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 There is a WATT-32 library at http://www.bgnett.no/~giva/ compatible with DJGPP, with source code and sample Internet applications.