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
.
This script works best when you disable OffShoot's Auto Source and Remember Destination settings in OffShoot > Settings > General.
Settings
Download
Last updated