> I'm trying to get an automated way to download the nomos license list for a
> previously analysed upload. I thought something like this would return the
> license list:
> 
> wget --user=fossy --password=fossy "
> http://localhost/foss/?mod=license-list&show=detail&upload=1&item=1";
> 
> But it doesn't. The output I get is:
[snip]

To do something like this you need to login first. You should be able to 
make wget (or curl or perl LWP, etc) login, save the cookie, and then use 
the cookie when trying to fetch the list.

Since the login times out, I recommend just doing this process each time 
you want to fetch the list.

-- 
Matt Taggart
tagg...@fossology.org


_______________________________________________
fossology mailing list
fossology@fossology.org
http://fossology.org/mailman/listinfo/fossology

Reply via email to