[Seaside] Re: Re: Swazoo as reverse proxy?

Colin Putney cputney at wiresong.ca
Sun Feb 10 23:12:15 UTC 2008


On 10-Feb-08, at 2:19 PM, itsme213 wrote:

> "Colin Putney" <cputney at wiresong.ca> wrote
>
>> I've hacked the Squeak FTP server[1] to serve the library methods as
>> files. It #performs them for a download and recompiles them for an
>> upload. Most text editors can handle editing remote files over FTP,  
>> so
>> it works nicely.
>
> Neat!
>
> I got it loaded (after getting FastSocketStream) and can connect  
> into "/"
> with no directory contents.
>
> How do I point it at MyFileLibrary?

I actually use it for OB-Web, which is not Seaside based, but it  
probably wouldn't be much effort to adapt to WAFileLibrary. You can  
see the code here:

http://source.wiresong.ca/ob/OB-Web-lr.56.mcz
http://source.wiresong.ca/ob/OB-Dev-FTP-cwp.3.mcz

FTPInternalFile wraps an instance of OBInternalFile, and implements  
the protocol that the web server expects.

Colin


More information about the seaside mailing list