help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Connecting to internet


From: Mike Miller
Subject: Re: Connecting to internet
Date: Mon, 9 Dec 2013 14:30:47 -0500

On Mon, Dec 9, 2013 at 11:46:18 +0000, Jadran Jurković wrote:
> Hello,
>
> I have problem to connecting to Internet.
> I must  connect through proxy and I tried with this settings, but it doesn't 
> work:
>
> putenv ('http_proxy', '123.12.123.1');
> putenv ('http_port', '8080');

Where did you see an example for these variable names and syntax to
configure a proxy?

> [a status]=urlread(adr,'get',{'Username','user','Password','pass'})  or [a 
> status]=urlread(adr)
>
> (number of proxy is an example)
>
> Octave version is 3.6.4 on Windows server.
>
> Could someone help me?

Does this previous thread answer your question?

  
http://octave.1599824.n4.nabble.com/problem-with-curl-installation-td4656082.html#a4656246

-- 
mike


reply via email to

[Prev in Thread] Current Thread [Next in Thread]