Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread Tom Chiverton
On Friday 14 Nov 2008, r.fender wrote: runs in an embedded device. Currently, it is browser based, running through SSL, using AMFPHP to execute shell_exec() commands to run low-level Unix scripts to configure the devices. The project managers now want to remove the app from the browser and use

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread Tom Chiverton
On Monday 17 Nov 2008, r.fender wrote: Well, we are polling now for command results and they want real-time returns. COMET or simaler AJAX techniques any help ? Currently, it is browser based, running through SSL, using AMFPHP to execute shell_exec() commands to run low-level Unix scripts

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread Nate Beck
Even though this is absolutely a preview / research project at the moment. Adobe Alchemy (http://labs.adobe.com/technologies/alchemy/): Welcome the preview release of codename Alchemy. Alchemy is a research project that allows users to compile C and C++ code that is targeted to run on the open

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-17 Thread Johannes Nel
Alchemy is sweeet! this weekend - dedicated to XSLT and some new compiler :) On Tue, Nov 18, 2008 at 5:51 AM, Nate Beck [EMAIL PROTECTED] wrote: Even though this is absolutely a preview / research project at the moment. Adobe Alchemy (http://labs.adobe.com/technologies/alchemy/): Welcome

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-16 Thread Johannes Nel
managers want to use AIR. -Original Message- From: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com on behalf of r.fender Sent: Fri 14/11/2008 18:55 To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: [flexcoders] Re: Actionscript SSH Library..heard of any

Re: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-14 Thread Fotis Chatzinikos
Could you use ssh tunneling (outside of your air app). It would mean that you would need to install an ssh client and set it up first... It dependes if your project is for private consumption or public... On Fri, Nov 14, 2008 at 8:55 PM, r.fender [EMAIL PROTECTED] wrote: Yep, that's the

RE: [flexcoders] Re: Actionscript SSH Library..heard of any?

2008-11-14 Thread Jim Hayes
Sent: Fri 14/11/2008 18:55 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Actionscript SSH Library..heard of any? Yep, that's the complication that scares me. I have an application that runs in an embedded device. Currently, it is browser based, running through SSL, using AMFPHP