Re: "mount disk" and ftp problem
Re: "mount disk" and ftp problem
- Subject: Re: "mount disk" and ftp problem
- From: Doug McNutt <email@hidden>
- Date: Tue, 7 Oct 2003 09:14:50 -0600
At 15:05 +0100 10/7/03, Steve Thompson wrote:
>
Could you give me a clue? I assume you're just saying that I construct a string "curl " & dest & filename kind-of-thing and then execute it as a shell script?
Close.
curl is free software and a version is delivered with Darwin.
man curl from Terminal will get you started. Yes you'll need to do shell script if you want an AppleScript interface.
I find it convenient to include the curl line as a comment in some of my files. One can then select the line and use the Execute Text service to do the whole job. Using the -n option in curl keeps your passwords out of the actual file. You will want to learn about redirecting the error output from curl to avoid cluttering things with its progress information when you don't want to.
<
http://curl.org/>
And.. I would very much like to see connecting to a server in Finder be two way but. . .
--
--> There are 10 kinds of people: those who understand binary, and those who don't <--
_______________________________________________
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.