Re: curl questions
Re: curl questions
- Subject: Re: curl questions
- From: Skeeve <email@hidden>
- Date: Fri, 20 Feb 2009 18:16:18 +0100
Jim Brandt schrieb:
I have a curl question.
This is a handler I have in a script:
(_T_B_S, _log, _Date, and My_Lib are globals)
on do_cURL(_URL, PageName)
set cmd to "curl \"" & _URL & "\" -o \"" & _T_B_S & PageName & "\""
You'd better use (quoted form of _URL) here in plac of your "\" & _URL &
"\""
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden