MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Re: Using sockets for "downloader" application in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64324] Re: [mg64302] Re: Using sockets for "downloader" application in Mathematica
  • From: Ed Peschko <esp5 at pge.com>
  • Date: Sat, 11 Feb 2006 03:32:53 -0500 (EST)
  • References: <dseu1a$jjt$1@smc.vnet.net> <200602100713.CAA15039@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

On Fri, Feb 10, 2006 at 02:13:40AM -0500, sashap wrote:
> The easiest way, maybe, is to install wget, which is part of
> UnxUtils package:
> 
> http://sourceforge.net/projects/unxutils/
> 
> Alternatives might be to use Import. Try
> 
>  Import["http://www.wolfram.com";, "Text"]
> 
> Yet another alternative is to use Java which you could call from
> Mathematica session.
> 
> Regards,
> Oleksandr Pavlyk
> Wolfram Research
> 

Hmm.. 

Is there any way to make Import take - as default - the settings used by IE? Our 
internet connection here has all requests go through an internet proxy..

Ed


  • Prev by Date: Plot question
  • Next by Date: Re: Plotting a set of complex points
  • Previous by thread: Re: Using sockets for "downloader" application in Mathematica
  • Next by thread: Re: Using sockets for "downloader" application in Mathematica