proxy in scilab

can anybody tell me how to configure proxy and connect internet in scilab? In that case will 'module manager' work?

Taxonomy upgrade extras: 

I also have same problem...please tell the way to do it ??

~vinayak

You'll need to use the atomsSetConfig function. Typing "help proxy" in Scilab will take you to the required help page.

You'll need to set your Proxy URL, port, and if applicable, username and password.

It is done like this.

atomsSetConfig(useProxy,'True');

atomsSetConfig(proxyHost,'the proxy serve');

and so on set the port, username and password.

These details will be available at your Computer Centre or please check on the page you login.

 

For further details, visit http://help.scilab.org/docs/5.3.3/en_US/atomsSetConfig.html

 

Regards

Nirley Gupta