[ANN] Monticello + HTTPS

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

[ANN] Monticello + HTTPS

Philippe Marschall
Hi

Thanks to the Curl Plugin [1] there is now a Monticello add-on that
supports https [2]. Well actually it supports FTP, FTPS, HTTP, HTTPS,
SCP, SFTP, TFTP, TELNET, DICT, FILE and LDAP (check the curl homepage
[3] for a full list).

It has not yet seen much testing, but it can commit itself to
SqueakSource. A thing to note is that this is not a full Monticello
version, it is just a new repository type so it should work well
together with whatever custom Monticello you use.

[1] http://www.squeaksource.com/CurlPlugin.html
[2] http://www.squeaksource.com/monticellossl.html
[3] http://curl.haxx.se/

Cheers
Philippe

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Monticello + HTTPS

Avi Bryant-2
On 2/3/07, Philippe Marschall <[hidden email]> wrote:
> Hi
>
> Thanks to the Curl Plugin [1] there is now a Monticello add-on that
> supports https [2]. Well actually it supports FTP, FTPS, HTTP, HTTPS,
> SCP, SFTP, TFTP, TELNET, DICT, FILE and LDAP (check the curl homepage
> [3] for a full list).

Very cool.  Is the Curl Plugin non-blocking yet?  How stable/complete
is it?  If it's starting to see real-world use like this, then I
believe I owe a bounty on it.

Avi

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Monticello + HTTPS

Philippe Marschall
2007/2/3, Avi Bryant <[hidden email]>:
> On 2/3/07, Philippe Marschall <[hidden email]> wrote:
> > Hi
> >
> > Thanks to the Curl Plugin [1] there is now a Monticello add-on that
> > supports https [2]. Well actually it supports FTP, FTPS, HTTP, HTTPS,
> > SCP, SFTP, TFTP, TELNET, DICT, FILE and LDAP (check the curl homepage
> > [3] for a full list).

Danil Osipchuk is probably more qualified to answer your questions but ...

> Very cool.  Is the Curl Plugin non-blocking yet?

When I download a big file the image still reacts.

> How stable/complete
> is it?

The project page says
> only limited part of 'easy' interface is currently implemented

But to me all the important parts are there (uploading + downloading +
user/password + proxy).
What I havent't tested yet is posting form-data over http (for
SqueakMap releases from SqueakSource.

As for stability, I didn't have a problem yet.

> If it's starting to see real-world use like this, then I
> believe I owe a bounty on it.

Must find more uses for Curl Plugin ..... ;)

Cheers
Philippe