<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Pierre MARECHAL a écrit :
<blockquote cite="mid4BA1ED96.1070300@scilab.org" type="cite">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
Le 18/03/2010 09:35, Stéphane Mottelet a écrit :
<blockquote cite="mid:4BA1E5D5.2060906@utc.fr" type="cite">Samuel
Gougeon a écrit : <br>
<blockquote type="cite">Hi Stéphane, <br>
<br>
----- Message d'origine ----- <br>
De : Stéphane Mottelet <br>
Date : 18/03/2010 08:44: <br>
<blockquote type="cite">H i all, <br>
<br>
is supposed ATOMS support connections over a proxy server ? <br>
<br>
S. <br>
</blockquote>
Yes it can. There are 2 ways for doing that: <br>
* To enable support for proxy by any usage of CURL embedded into <br>
Scilab -- so in particular for ATOMS --, add a text file named and
located <br>
at SCI\tools\curl\_curlrc <br>
with a line (example) <br>
proxy = clio2.univ-lemans.fr:3128 <br>
giving the adress and port of the proxy to be used. <br>
* To configure only ATOMS for proxy (and other things) : use
atomsSetConfig() <br>
<br>
HTH <br>
Samuel <br>
<br>
</blockquote>
Hi Samuel, <br>
<br>
I had already tried the second solution and was wondering if I missed
something, <br>
but even the second solution does not seem to work. I have put in my
.scilab : <br>
<br>
atomsSetConfig('useProxy','true') <br>
atomsSetConfig('proxyHost','proxyweb.utc.fr') <br>
atomsSetConfig('proxyPort','3128') <br>
<br>
and also created the curl folder in SCI/tools (it didn't exist before)
and typed within : <br>
<br>
proxy = proxyweb.utc.fr:3128 <br>
<br>
Atoms still complains about my internet connection. <br>
<br>
S. <br>
</blockquote>
<br>
Hi Stéphane,<br>
<br>
Which OS are you using?<br>
</blockquote>
OSX, with scilab-master-1267116527<br>
<br>
<blockquote cite="mid4BA1ED96.1070300@scilab.org" type="cite"><br>
<em></em>Can you send me the output of this command:<br>
mgetl(SCIHOME+'/.atoms/config')<br>
<br>
Pierre<br>
</blockquote>
-->mgetl(SCIHOME+'/.atoms/config')<br>
ans =<br>
<br>
!useProxy = true !<br>
! !<br>
!proxyPort = 3128 !<br>
! !<br>
!proxyHost = proxyweb.utc.fr !<br>
<br>
S.<br>
</body>
</html>