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,FREEMAIL_FROM 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 Path: g2news2.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: how to use GNAT.Expect Date: Tue, 25 Jul 2006 10:51:26 +0200 Message-ID: <4im479F492b1U1@individual.net> References: <1153754097.448111.251710@b28g2000cwb.googlegroups.com> <87bqre2acr.fsf@willow.rfc1149.net> <1153767179.820483.109210@h48g2000cwc.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: individual.net SJnrxUC6aD3O1UFRF8GwcQs2wB6f3cFsjQvfCYifEyKK/Xuxs= User-Agent: KNode/0.10.2 Xref: g2news2.google.com comp.lang.ada:5913 Date: 2006-07-25T10:51:26+02:00 List-Id: Jens K S wrote: > Thank you for the links, actually I was looking to use SFTP, but curl > looks interesting also. Any idea about my problem though? This exception raised GNAT.EXPECT.PROCESS_DIED : g-expect.adb:594 and the fact that it works for Samuel suggests that the child process is finishing prematurely without producing the output you expect. Perhaps even it isn't starting? I'd check the spawning call for path/parameter problems.