[squeak-dev] Loading Monticello Packages Programmatically

Igor Stasenko siguctua at gmail.com
Sun Dec 13 18:42:58 UTC 2009


2009/12/13 Jon Hylands <jon at huv.com>:
> On Sun, 13 Dec 2009 09:16:54 -0800, Colin Putney <cputney at wiresong.ca>
> wrote:
>
>>MCVersionReader loadVersionFile: '/mnt/dns323/monticello/package-name.XXX.mcz'
>
> Sorry, one other question.
>
> After looking into it, it appears that it is difficult to enable NFS
> on my net drive. They do however, provide an FTP server, and I know
> Monticello can read from FTP-based repositories.
>
> Programatically, what is the simplest way to do that?
>

Try something like this:

MczInstaller installStream: (ReadStream on: ('ftp://google.com' asUrl
retrieveContents))

> Thanks,
> Jon
>
>
>



-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list