Re: Using sockets for "downloader" application in Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg64302] Re: Using sockets for "downloader" application in Mathematica
- From: "sashap" <pavlyk at gmail.com>
- Date: Fri, 10 Feb 2006 02:13:40 -0500 (EST)
- References: <dseu1a$jjt$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
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
- Follow-Ups:
- Re: Re: Using sockets for "downloader" application in Mathematica
- From: Ed Peschko <esp5@pge.com>
- Re: Re: Using sockets for "downloader" application in Mathematica