[Zope] Using zope.org member development space
John Pedersen
charles.pedersen@sri.com
Thu, 24 Jul 2003 08:47:49 -0700
You can run an sshd on a windows box by installing cygwin (www.cygwin.com).
Just make sure that you select OpenSSH to install during the network install
process. It isn't installed by default.
John
> -----Original Message-----
> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Tino
> Wildenhain
> Sent: Thursday, July 24, 2003 7:30 AM
> To: tom@allreddata.com
> Cc: zope@zope.org
> Subject: Re: [Zope] Using zope.org member development space
>
>
> Hi,
>
> Tom P. Allred wrote:
> > Hi,
> >
> > I've been developing a small (~3MB Data.fs) app to teach myself Zope and
> > would like to show it to a friend in another city. My internet
> connection
> > doesn't allow inbound access so that's not an option. I was
> wondering if I
> > can upload the app to my member space on zope.org so my friend
> can look at
> > it. If so, can someone point me to the docs on uploading? I'm
> using 2.6.1
> > with Formulator. I'd be deleting the app from zope.org when
> I'm finished
> > writing it.
>
> if at least your friends ISP allows inbound connections,
> you could use a ssh-tunnel for this. Just open like this:
>
> ssh -R8080:localhost:8080 user@friends.computer
>
> and he will be able to connect to his localhost/8080 like
> on your computer.
>
> Unfortunately he will need some sort of unix to make this
> happen. Maybe there is a ssh-server for win32 available.
>
> Regards
> Tino Wildenhain
>
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )