I think what is needed is a Squeak based object replication protocol. Paul Baumann did somehting called SRP (State Replication Protocol) as part of a Camp Smalltalk effort. Everything that you could possibly do between two Squeak images can be built upon such a protocol. On top of that, you could build authentication, remote messaging, replication of stream objects (files), and anything else you desire.
- Stephen > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Michael Rueger > Sent: Monday, November 12, 2001 11:07 AM > To: [EMAIL PROTECTED] > Subject: Re: [pws] putting Mac Comswiki on Windows > > > > > "Jochen F. Rick" wrote: > > > Transferring off a Mac is terrible. Your could try using > Squeak to ZIP > > your files and then transfer that. > > You can also stuffit the files and use Aladdin Stuffit > Expander on the PC to extract the files again. > I usually put files into archives before transfering them as > fetch sometimes does not work properly even with binary > settings. Is there any other public domain ftp program for Mac left? > > Maybe we should write a Squeak based one ;-) > > Michael > > -- > "Knowledge is the only resource on earth that multiplies > when shared." > +------------------------------------------------------------+ > | Michael Rueger [EMAIL PROTECTED] ++1 (310) 937 7196 | > +------------------------------------------------------------+ >
