[squeak-dev] how to do an ssh connextion with Squeak

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] how to do an ssh connextion with Squeak

stephane ducasse
Hi all

I would like to be able to do something like
        scp "$1" [hidden email]:~/../../groups/sapphire/htdocs/
updates/

Can I do that using the crypto package?

Thanks

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] how to do an ssh connextion with Squeak

Tapple Gao
On Fri, Aug 22, 2008 at 08:15:35PM +0200, stephane ducasse wrote:
> Hi all
>
> I would like to be able to do something like
> scp "$1" [hidden email]:~/../../groups/sapphire/htdocs/
> updates/
>
> Can I do that using the crypto package?

Dunno, but I'm sure you could do that with OSProcess.

--
Matthew Fulmer -- http://mtfulmer.wordpress.com/