Re: (no subject)
Re: (no subject)
- Subject: Re: (no subject)
- From: Nathan Day <email@hidden>
- Date: Tue, 23 Jul 2002 13:24:17 +0930
My mistake download lets you get a listing, still if you can work out
how to get curl to download an entire directory it would be easier maybe
ending the path with *, you have to wrap the whole thing in single
quotes though, if you install wget then I know the asterisk thing works.
On Tuesday, July 23, 2002, at 12:51 PM, Nathan Day wrote:
Using 'do shell script' you can use curl to get a directory listing and
use that to create the ftp path to every file you want to download, if
you use curl to download the files you can do something like
curl
ftp://maisonpop.com:email@hidden/ateliers/cybercorbeille/
{a ,b, c } -o Saves/#1
where a, b, c are a list of all the file names separated by commas, and
it will download a, b, c to the folder Saves, if you have wget
installed you can get it to download an entire directory automaticly,
you don't seem to be able to do that with curl unfortunately.
On Tuesday, July 23, 2002, at 01:20 AM, Zimba wrote:
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.