<!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 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>
<br>
<em></em>Can you send me the output of this command:<br>
mgetl(SCIHOME+'/.atoms/config')<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>