[scilab-Users] ATOMS and proxy

StŽéphane Mottelet stephane.mottelet at utc.fr
Thu Mar 18 10:18:57 CET 2010


Pierre MARECHAL a écrit :
> Le 18/03/2010 09:35, StŽéphane Mottelet a écrit :
>> Samuel Gougeon a écrit :
>>> Hi Stéphane,
>>>
>>> ----- Message d'origine -----
>>> De : StŽéphane Mottelet
>>> Date : 18/03/2010 08:44:
>>>> H i all,
>>>>
>>>> is supposed ATOMS support connections over a proxy server ?
>>>>
>>>> S.
>>> Yes it can. There are 2 ways for doing that:
>>> * To enable support for proxy by any usage of CURL embedded into
>>> Scilab -- so in particular for ATOMS --, add a text file named and 
>>> located
>>> at SCI\tools\curl\_curlrc
>>> with a line (example)
>>> proxy = clio2.univ-lemans.fr:3128
>>> giving the adress and port of the proxy to be used.
>>> * To configure only ATOMS for proxy (and other things) : use 
>>> atomsSetConfig()
>>>
>>> HTH
>>> Samuel
>>>
>> Hi Samuel,
>>
>> I had already tried the second solution and was wondering if I missed 
>> something,
>> but even the second solution does not seem to work.  I have put in my 
>> .scilab :
>>
>> atomsSetConfig('useProxy','true')
>> atomsSetConfig('proxyHost','proxyweb.utc.fr')
>> atomsSetConfig('proxyPort','3128')
>>
>> and also created the curl folder in SCI/tools (it didn't exist 
>> before) and typed within :
>>
>> proxy = proxyweb.utc.fr:3128
>>
>> Atoms still complains about my internet connection.
>>
>> S.
>
> Hi Stéphane,
>
> Which OS are you using?
OSX, with scilab-master-1267116527

>
> //Can you send me the output of this command:
> mgetl(SCIHOME+'/.atoms/config')
>
> Pierre
-->mgetl(SCIHOME+'/.atoms/config')
 ans  =
 
!useProxy = true              !
!                             !
!proxyPort = 3128             !
!                             !
!proxyHost = proxyweb.utc.fr  !

S.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20100318/8ce67b2e/attachment.htm>


More information about the users mailing list