Automated Transfers
Last updated
Last updated
This AppleScript uses OffShoot's Disk Added event to automatically start a transfer through the OffShoot API.
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 to theDestinationPath
.
If the volume name begins with the first character of theExpectedVolumeParts
AND if the volume name contains the last character of theExpectedVolumeParts
the disk is set as Source and transferred to theDestinationPath
.
This script works best when you disable OffShoot's Auto Source and Remember Destination settings in OffShoot > Settings > General.