Well, with a lot of help all around, I have figured out how to use
applescript to mirror upload with Interarchy. Here is a sample script:

tell application "Interarchy"
activate
mirrorupload alias "Macintosh
HD:Users:yourLoginName:Desktop:pathToLocalUploadFolder" host "
ftp.yourHost.com" path "/yourDestinationFolder/" user "yourID" protocol
FTPProtocol without dryrun
quit
end tell

Interarchy gets your password from your keychain.

Suggestion: until you are sure you have the two addresses right, change from
"without dryrun" to "with dryrun".

I hope this helps someone else down the road.

Charlie

Reply via email to