<!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 text="#000000" bgcolor="#ffffff">
Le 18/03/2010 10:18, Stéphane Mottelet a écrit :
<blockquote cite="mid:4BA1F001.80609@utc.fr" type="cite">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
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>
</blockquote>
<br>
useProxy configuration is case sensitive: <tt>atomsSetConfig('useProxy','True')</tt>
should fix the problem.<br>
<br>
Then, if you are using the MacOSX version, atomsDownload() uses Curl.<br>
If it doesn't work, can you test the following command:<br>
<tt>[$SHELL] curl --proxy proxyweb.utc.fr:3128 --connect-timeout 5 -s
<a class="moz-txt-link-freetext" href="http://atoms.scilab.org/TOOLBOXES/32/macosx.gz">http://atoms.scilab.org/TOOLBOXES/32/macosx.gz</a> -o
/private/tmp/TOOLBOXES.gz</tt><br>
<br>
Pierre<br>
<pre class="moz-signature" cols="72">--
==============================================
Pierre MARECHAL
Ingénieur Support et Développements
------
Consortium Scilab
Digiteo
Domaine de Voluceau
Rocquencourt - B.P. 105
78153 Le Chesnay Cedex
------
Tél : +33.1.39.63.56.81
==============================================
</pre>
</body>
</html>