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,8adae758db494f09 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Sender: sam@willow.rfc1149.net From: Samuel Tardieu Newsgroups: comp.lang.ada Subject: Re: how to use GNAT.Expect References: <1153754097.448111.251710@b28g2000cwb.googlegroups.com> Date: 24 Jul 2006 19:15:00 +0200 Message-ID: <87bqre2acr.fsf@willow.rfc1149.net> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Leafnode-NNTP-Posting-Host: 2001:6f8:37a:2::2 Organization: Guest of ProXad - France NNTP-Posting-Date: 24 Jul 2006 19:15:55 MEST NNTP-Posting-Host: 88.191.14.223 X-Trace: 1153761355 nnrp6-1.free.fr 30846 88.191.14.223:39743 X-Complaints-To: abuse@proxad.net Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newspeer1.nwr.nac.net!newspeer.monmouth.com!newsfeed.icl.net!newsfeed.fjserv.net!oleane.net!oleane!feed.ac-versailles.fr!proxad.net!cleanfeed3-b.proxad.net!nnrp6-1.free.fr!not-for-mail Xref: g2news2.google.com comp.lang.ada:5899 Date: 2006-07-24T19:15:55+02:00 List-Id: >>>>> "Jens" == Jens K S writes: Jens> Basically I want to transfer some files using Ada, but since I Jens> don't want to create my own FTP implementation I want to start a Jens> new FTP process from Ada Those are not the only two alternatives. You can also link with an external libraries such as libcurl (http://curl.haxx.se/) and, for the same price, you will get HTTP, HTTPS, and many other protocols. Incidentally, an Ada binding already exists (I haven't tested it): http://www.almroth.com/adacurl/index.html Sam -- Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/