[GRASS-user] g.extension not working behind proxy
Pietro
peter.zamb at gmail.com
Mon Oct 10 03:19:44 PDT 2016
Hi,
I'm not behaind a proxy, so I can not test by myself.
On Mon, Oct 10, 2016 at 11:39 AM, Margherita Di Leo <diregola at gmail.com> wrote:
> g.extension ext=i.segment.hierarchical proxy="http://xx.xxx.xxx.xx:xxxx"
> for ptype, purl in (p.split('=') for p in options['proxy'].split(',')):
Looking at manual and the code here it seems that you have t specify:
{{{
proxy="http=<value>,ftp=<value>"
}}}
so you should use:
{{{
g.extension ext=i.segment.hierarchical proxy="http=http://xx.xxx.xxx.xx:xxxx"
}}}
Let us know.
All the best
Pietro
More information about the grass-user
mailing list