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-Thread: 103376,3f73b20e25ff9666 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sun, 23 Apr 2006 08:59:26 -0500 Date: Sun, 23 Apr 2006 09:52:40 -0400 From: Jeffrey Creem User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: FTP tranfer References: <1145767297.192957.283040@e56g2000cwe.googlegroups.com> In-Reply-To: <1145767297.192957.283040@e56g2000cwe.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-W17DfFE6SJpNgbS1ZFqVf3WMLSbwV7rc8aO3Pah8UkNJPXQDUGTQerZbl8cpU3RdRe7NiWZ3nDM46qC!4w4jcpV3zFjwBsXUpgmzcR3pq0Tja9jokuoFUANDKdM3MIEr0SpiiErflh/K7kfUnu5JTW4lcrba!Ehw= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:3900 Date: 2006-04-23T09:52:40-04:00 List-Id: Callithrix wrote: > Hello, > > Anybody can point me to an example of FTP file download from Ada code > (GNAT GPL 2005)? Or post it here. Currently I'm spawning external FTP > client, but this is way too unaesthetic. > > I tried to do a search for such an example, but gave up because of lots > of info noise related to use the FTP to download Ada code. > > Thanks in advance. > Seems like there should be something else out there but I am not aware of anything. Take a look at http://www.adaworld.com/internetmain.html At the project labeled Internet Protocols Be sure to read the project description which has additional downloads including FTP stuff. Seems a little fragmented and perhaps a little win32 specific still (not sure). Should be a reasonable starting point if nothing else.