[BUG] Hugely inefficient FTP code: coding opportunity

Michael Rueger m.rueger at acm.org
Tue Feb 12 23:44:35 UTC 2002


Cees de Groot wrote:

> OTOH, HTTP PUT in this context would be using it for precisely the
> thing it was designed for: publishing stuff to web servers. The format
> is extremely simple (PUT <pathname> HTTP/1.0, CRLF, Content-type:

There is already a HTTP put:

HTTPSocket>>httpPut: contents to: url user: user passwd: passwd

Just in case people overlooked it (has happened before...).

Michael



More information about the Squeak-dev mailing list