proxy in scilab
Submitted by sudarson on Mon, 01/03/2011 - 15:59
can anybody tell me how to configure proxy and connect internet in scilab? In that case will 'module manager' work?
Taxonomy upgrade extras:
can anybody tell me how to configure proxy and connect internet in scilab? In that case will 'module manager' work?
Anonymous (not verified)
Wed, 01/12/2011 - 21:33
Permalink
network proxy
I also have same problem...please tell the way to do it ??
~vinayak
Aditya Sengupta
Fri, 02/11/2011 - 00:08
Permalink
You'll need to use the
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.
nirley.gupta
Fri, 09/23/2011 - 12:42
Permalink
It is done like
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