Fetch backup Script
Fetch backup Script
- Subject: Fetch backup Script
- From: Marcus Rodrigues <email@hidden>
- Date: Mon, 22 Sep 2003 14:00:26 -0300
I have this backup script for backing up the Data Base files of my site:
tell application "Fetch 4.0.3" to launch -- in background
tell application "System Events" to set visible of process "Fetch
4.0.3" to false
tell application "Fetch 4.0.3"
open url "
ftp://printserv:*****@ftp.pidalo.com.br/BDS/"
download remote file "marketing_bd.mdb"
download remote file "PRINTSERV_BD.mdb"
end tell
Is there a way to tell Fetch (or the Finder) to download the file with
replacing??
If so, how???
Thx =-D
o#? Marcus Rodrigues o#?
iBook 600 - Combo - Jaguar
CC4nsul do Brasil Apple Clube - Caxias do Sul
Moderador BAC-Macusers
ichat: marcusrodrigues
mailto:email@hidden
http://homepage.mac.com/marcusrodrigues
_______________________________________________
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.