Re: Newbie Question: Changing Applescripts from Interarchy to Transmit
Re: Newbie Question: Changing Applescripts from Interarchy to Transmit
- Subject: Re: Newbie Question: Changing Applescripts from Interarchy to Transmit
- From: "Stockly, Ed" <email@hidden>
- Date: Wed, 20 Feb 2019 18:33:08 +0000
- Thread-topic: Newbie Question: Changing Applescripts from Interarchy to Transmit
Here's where the archive is kept. I think the only way to search it is to use
this format in a google search:
transmit: site lists.apple.com/archives/AppleScript-Users
https://lists.apple.com/archives/AppleScript-Users
In Transmit you should check out the Synchronize command:
set theResult to synchronize to file browser<typeref:///file browser> ¬
delete orphaned items boolean<typeref:///boolean> ¬
compare using size boolean<typeref:///boolean> ¬
follow symlinks boolean<typeref:///boolean> ¬
automatically determine time offset boolean<typeref:///boolean> ¬
with time offset integer<typeref:///integer> ¬
using skip rules list of skip rule<typeref:///skip rule> ¬
save report to path text<typeref:///text>
From: AppleScript-Users
<applescript-users-bounces+ed.stockly=email@hidden<mailto:applescript-users-bounces+ed.stockly=email@hidden>>
on behalf of Charles Hartley <email@hidden<mailto:email@hidden>>
Date: Wednesday, February 20, 2019 at 8:22 AM
To: AppleScript Digest
<email@hidden<mailto:email@hidden>>
Subject: Newbie Question: Changing Applescripts from Interarchy to Transmit
EXTERNAL SOURCE
Hello.
First question: is there a way to search the list archives to see if my topic
has already been covered?
I have been using an Applescript within Filemaker Pro 16 to tell Interarchy 10
to mirror upload a folder from my computer to the remote server. When I
upgraded to Mojave, Interarchy 10 no longer works, but crashes each time I try
to open it. Alas, there appears to be no upgrade for Interarchy coming.
I also have Transmit 4, and have been trying to figure out how to change the
scripts to work with it.
The original Applescript was created several years ago with the help of several
others. I will paste it below.
tell application "Interarchy"
activate
mirrorupload alias "Macintosh HD:Users:path-to:local-folder:" host
"ftp.remote-host.org<http://ftp.remote-host.org>" path
"/public_html/remote-folder/" user "xxx" protocol FTPProtocol without dryrun
quit
end tell
Thanks for any help you can offer.
Charlie
_______________________________________________
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