X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: cbramix AT libero DOT it (Carlo) Newsgroups: comp.os.msdos.djgpp Subject: Re: DOS FTP Server ? Date: 6 Mar 2004 13:13:04 -0800 Organization: http://groups.google.com Lines: 18 Message-ID: References: NNTP-Posting-Host: 151.25.221.88 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1078607584 9495 127.0.0.1 (6 Mar 2004 21:13:04 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 6 Mar 2004 21:13:04 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "news.pi.be" wrote in message news:... > Where can i find a DOS FTP Server ? > > thanks, For embedded systems there are a lot of tiny but very powerful libraries. Not only FTP but almost all network protocols and layers are implemented. Of course, if you want to use a library you may need to write the I/O functions used for reading and writing the bytes from the net, but it may be interesting to give a look. You may start from this link: http://dunkels.com/adam/uip/links.html Sincerely, Carlo