From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4bcf77e32d0f6d2c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-23 23:09:44 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!wn14feed!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!attbi_s01.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: ftp client package References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 24.6.135.22 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s01 1069657783 24.6.135.22 (Mon, 24 Nov 2003 07:09:43 GMT) NNTP-Posting-Date: Mon, 24 Nov 2003 07:09:43 GMT Organization: Comcast Online Date: Mon, 24 Nov 2003 07:09:43 GMT Xref: archiver1.google.com comp.lang.ada:2886 Date: 2003-11-24T07:09:43+00:00 List-Id: > Looks like this package has strong Claw (Windows) dependencies. As written, yes. But I sent to www.adapower.com last spring a Claw independent version of Claw.Sockets (NC.Sockets). It would be trivial to change references in the ftp package from Claw to NC. > It should be mostly platform independent and work at least on > linux/unix (GNAT). I haven't tried it with Linux. NC.Sockets does not use any of the Winsock extensions or window messages. The only obvious Windows dependency is WSAStartup and WSACleanup, which I presume have some straightforward counterpart in Linux.