[PD] PD Workshop files

jared microcosm11 at msn.com
Sat Mar 3 06:57:58 CET 2007


Hello all,

I'm using wget to try and download the tutorial files here:

http://pure-data.cvs.sourceforge.net/pure-data/doc/tutorials/

Does anyone know what I have to type into the command line to download
successfully?  

Thanks all!

jared


-----Original Message-----
From: David Powers [mailto:cyborgk at gmail.com] 
Sent: Friday, February 23, 2007 4:07 PM
To: jared
Cc: pd-list at iem.at
Subject: Re: [PD] PD Workshop files

Hi, "wget" is a Linux/Unix command line program, for downloading
files. You can get a Windows binary version here:
http://users.ugent.be/~bpuype/wget/

Rename the file to "wget.exe" and put it in the directory "C:/WINDOWS"

To test if its installed, open a command prompt and type:
wget -h | more

Then to retrieve the files after you install, use the "cd" command to
change directories to the place where you want to download the files.
Then type the command that Frank listed into a command line prompt (or
try the command below**):
wget --mirror --no-parent https://www.cs.tcd.ie/~wardn1/PD_workshop/

**Try this command, Frank's version was giving me a certificate error.
The following should work instead (all on one line):
wget --mirror --no-parent --no-check-certificate
https://www.cs.tcd.ie/~wardn1/PD_workshop/

*** From the webpage documentation ***
Usage

wget is a command line program. You start it from the command prompt,
either command.com in Windows 9x/Me or cmd.exe in Windows 2000/XP. The
command prompt can be found in the Start Menu (Accessories).

wget.exe must be placed in your path (e.g. c:\windows)

***

Hope this helps!

~David

On 2/22/07, jared <microcosm11 at msn.com> wrote:

>         Thanks for this.  Unfortunately I have no idea what to do with
> it, as  I have no knowledge of HTML or coding--unless it has patch
> cables ;-)





More information about the Pd-list mailing list