URL Access Scripting
URL Access Scripting
- Subject: URL Access Scripting
- From: Kenneth Letendre <email@hidden>
- Date: Mon, 30 Apr 2001 11:27:54 -0400
Hello,
I'm quite new to Macs and to AppleScript. I'm trying to script the FTP
download of a DB dump using "URL Access Scripting." I'm having a problem
designating the target directory for the download. Intending the file for
a drive called "Server HD" in the directory "Server/MySQL Dumps", I'm
setting this using the line:
set the to_location to "/Server HD/Server/MySQL Dumps/dump.gz"
But what happens when I run the script is that a file called "/Server
HD/Server/MySQL Dumps/dump.gz" is saved in my "System Folder/Scripting
Additions" folder (which is the folder that contains the "URL Access
Scripting" application).
Can anyone tell me how to set this path correctly? Thanks in advance.
Kenneth