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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8adae758db494f09 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!h48g2000cwc.googlegroups.com!not-for-mail From: "Jens K S" Newsgroups: comp.lang.ada Subject: Re: how to use GNAT.Expect Date: 24 Jul 2006 11:52:59 -0700 Organization: http://groups.google.com Message-ID: <1153767179.820483.109210@h48g2000cwc.googlegroups.com> References: <1153754097.448111.251710@b28g2000cwb.googlegroups.com> <87bqre2acr.fsf@willow.rfc1149.net> NNTP-Posting-Host: 24.215.163.104 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1153767184 26267 127.0.0.1 (24 Jul 2006 18:53:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 24 Jul 2006 18:53:04 +0000 (UTC) In-Reply-To: <87bqre2acr.fsf@willow.rfc1149.net> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060613 Camino/1.0.2,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: h48g2000cwc.googlegroups.com; posting-host=24.215.163.104; posting-account=jyjYEA0AAAASGPmGV3SixZnGCmSWvjj8 Xref: g2news2.google.com comp.lang.ada:5902 Date: 2006-07-24T11:52:59-07:00 List-Id: Thank you for the links, actually I was looking to use SFTP, but curl looks interesting also. Any idea about my problem though? I kind of makes me nervous when things does not work, especially now when im venturing into a new world of Ada.... Samuel Tardieu wrote: > >>>>> "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/