Download dmg and then mount the volume ?
Download dmg and then mount the volume ?
- Subject: Download dmg and then mount the volume ?
- From: Graham Anderson <email@hidden>
- Date: Sun, 30 Jan 2005 13:31:26 -0800
what is the proper way to download a dmg file and then mount it
The curl script is working...but the 'mount volume' or 'open file' is
not
--gives 'Network file permission error"
mount volume "Fonovisa.dmg"
--gives does not understand message
open file ((path to desktop as text) & "Fonovisa.dmg")
Alternative:
Can I mount the dmg from my server [unix] to the user's desktop ?
this is script I was trying to use:
-- download the dmg file with curl
set the_command to "curl " & gbaseURL & gtheVolume & " -o " & quoted
form of POSIX path of gFonovisaDMG
do shell script the_command
mount volume "Fonovisa.dmg" //gives 'Network file permission error"
--open file ((path to desktop as text) & "Fonovisa.dmg")
many thanks
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden