Re: FTP directly from Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg104422] Re: FTP directly from Mathematica
- From: Armand Tamzarian <mike.honeychurch at gmail.com>
- Date: Sat, 31 Oct 2009 01:51:44 -0500 (EST)
- References: <hc91nj$e3h$1@smc.vnet.net> <hcbi51$jsi$1@smc.vnet.net>
On Oct 30, 2:19 am, David Reiss <dbre... at gmail.com> wrote: > My mistake, > > I meant to specify that I wanted to do a Put with FTP rather than a > Get. I.e., I'd like to Export via FTP rather than Import. > > Best, > David David I don't think you can do a PUT in Mathematica. I use wget for that sort of thing but you could probably run it as a shell command from within Mathematica, though I've never done that, I run it directly. Mike