Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Tobias Boege
On Tue, 17 Mar 2015, Beno?t Minisini wrote: > >> I'm automating scp and ssh daily with Gambas, by detecting when the > >> password prompt appears (and the ssh key confirmation question too). > >> > >> It cannot be 100% reliable, because any other program can print > >> "password:" on its standard o

Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Benoît Minisini
Le 16/03/2015 22:44, Tobias Boege a écrit : > On Mon, 16 Mar 2015, Beno?t Minisini wrote: >> Le 16/03/2015 16:31, Tobias Boege a ?crit : >>> On Mon, 16 Mar 2015, Nigel Verity wrote: Hi I would welcome some advice about interacting with the Linux command shell from within a Gamb

Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Tobias Boege
On Mon, 16 Mar 2015, Beno?t Minisini wrote: > Le 16/03/2015 16:31, Tobias Boege a ?crit : > > On Mon, 16 Mar 2015, Nigel Verity wrote: > >> Hi > >> > >> I would welcome some advice about interacting with the Linux command shell > >> from within a Gambas application. > >> > >> The requirement is to

Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Lewis Balentine
Handling unexpected error messages, which might appear in a terminal window That of course assumes that there is a terminal windows open to receive the error messages. :-) Lewis On 03/16/2015 04:39 PM, Nigel Verity wrote: > Hi Benoit > > I suspect there could be good security reasons why the a

Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Nigel Verity
> Date: Mon, 16 Mar 2015 16:57:05 +0100 > From: Beno?t Minisini > Subject: Re: [Gambas-user] Interaction With Command Shell > To: mailing list for gambas users > Message-ID: <5506fd51.80...@users.sourceforge.net> > Content-Type: text/plain; charset=windows-1252; for

[Gambas-user] Interaction With Command Shell

2015-03-16 Thread Nigel Verity
Hi I would welcome some advice about interacting with the Linux command shell from within a Gambas application. The requirement is to create a connection with a remote server using SSHFS. The general syntax for this command is: sshfs username@remote-server:/foldername /local-mount-folder Ther

Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Benoît Minisini
Le 16/03/2015 16:31, Tobias Boege a écrit : > On Mon, 16 Mar 2015, Nigel Verity wrote: >> Hi >> >> I would welcome some advice about interacting with the Linux command shell >> from within a Gambas application. >> >> The requirement is to create a connection with a remote server using SSHFS. >> T

Re: [Gambas-user] Interaction With Command Shell

2015-03-16 Thread Tobias Boege
On Mon, 16 Mar 2015, Nigel Verity wrote: > Hi > > I would welcome some advice about interacting with the Linux command shell > from within a Gambas application. > > The requirement is to create a connection with a remote server using SSHFS. > The general syntax for this command is: > > sshfs u