[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Using Octave beind a firewall
From: |
Joshua.A.Zimmerman |
Subject: |
RE: Using Octave beind a firewall |
Date: |
Fri, 24 Aug 2012 15:08:37 -0500 |
Thank you very
much. Running on windows XP, I located my proxy server, and I created
environment variables for 'all_proxy' and 'HTTP_proxy' and I set the value to
the proxy server with port #. It works great now.
Thanks
again,
Josh
This email is subject to a disclaimer, please click
on the following link or cut and paste the link into the address bar of your
browser.
https://www.wellsfargo.com/com/disclaimer/ged2
On Thu, Aug 23, 2012 at 10:32 PM, <address@hidden> wrote:
I am new octave user, and I am trying to use the urlread() method w/in
octave, but I am getting url resolution errors. How can I specify the
proxy server and any other internet connection properties?
Thanks in advance for your help,
Octave uses libcurl internally to implement these functions. Accotding to
libcurl documentation, you should be able to specify a proxy through the
appropriate environment variables. Please see [1], section "Proxies", paragraph
"Environment Variables".
Michael.