Automated Transfers
This AppleScript uses OffShoot's Disk Added event to automatically start a transfer through the OffShoot API.
How to use
Open the script and edit the settings.
Add the script to the Disk Added event in OffShoot's
Settings > Scripting
pane.When a disk is added to OffShoot, the script will check the Volume name.
If the volume name contains
theExpectedVolumeName
the disk is set as Source and transferred totheDestinationPath
.If the volume name begins with the first character of
theExpectedVolumeParts
AND if the volume name contains the last character oftheExpectedVolumeParts
the disk is set as Source and transferred totheDestinationPath
.
Settings
set theExpectedVolumeName to {"UNTITLED", "CANON"}
set theExpectedVolumeParts to {"A_", "B_"} -- will check if volume name STARTSWITH 'A' and CONTAINS '_'
set theDestinationPath to ""
set theLabel to ""
set theFolderFormat to "${DISKTITLE}"
Download
Last updated