|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
XMLElement and XMLObject docs
Next by Date:
Re: Using sockets for "downloader" application in Mathematica
Previous by thread:
Using sockets for "downloader" application in Mathematica
Next by thread:
Re: Re: Using sockets for "downloader" application in Mathematica
|