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!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Mon, 24 Apr 2006 18:10:12 -0500 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <1145767297.192957.283040@e56g2000cwe.googlegroups.com> Subject: Re: FTP tranfer Date: Mon, 24 Apr 2006 18:10:17 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: <2LWdncEWbIJJx9DZnZ2dnUVZ_vSdnZ2d@megapath.net> NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-4bZOLUwrGj3PHCxizXgZarRv1b7j3806WbWVfHqD0gGl7pGmiF/E9afr/QJNFzZoBWuHxdkP1BOxpZ1!YDD0ACqF2X/SSMpj3vMQrmh62duwXVcm8V33wS/3c4jyXPvVv9/tnfq9/Ct6jFx0Jv2ISJWvugDp!Rs/LYN5x/6H5QA== X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.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:3925 Date: 2006-04-24T18:10:17-05:00 List-Id: "Callithrix" wrote in message news:1145767297.192957.283040@e56g2000cwe.googlegroups.com... ... > 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. There is a unreleased FTP package for Claw (using Claw.Sockets, of course). The code isn't particularly Windows-specific, so it probably could be modified for other environments. (Claw sockets doesn't depend much on the rest of Claw, and could have been created separately. We looked at making a version of Claw sockets for Linux, but we don't use Linux enough to actually do that.) (This was included in Claw because it seemed weird by itself; if we had packages for other common protocols as well it would make more sense.) Tom probably can tell you more about the FTP package. Randy.