From: "Joe Osburn" Newsgroups: comp.os.msdos.djgpp Subject: DJGPP & libsocket Date: Wed, 13 May 1998 02:59:58 -0500 Organization: IDT Lines: 13 Message-ID: <6jbk7f$8qc@nnrp1.farm.idt.net> NNTP-Posting-Host: 169.132.169.201 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hey. I'm using the DJGPP2, with the libsock library. Everything is working fine, however I'm trying to transfer a file with it. Right now I just basically load the file into a buffer, and just send() until the whole buffer is sent. Obviously, this is the not the best way to deal with it, so does anyone have any advice, recomendations, or urls they could point me to, so that the file would definetly get transfered, with no possibiltiy for file corruption. Thanks!! Joe Osburn