# target directory for uploaded files, if the name contains %s, it is replaced # with eyefi card mac address. targetdir = "/data/photo/" # the upload key as seen in Mac and (perhaps) windows Settings.xml file uploadkey = "" # commands to be executed at certain events, the commands also receive certain # values of interested passed via environment. # for on-start-session: EYEFI_MACADDRESS, EYEFI_TRANSFER_MODE, EYEFI_TRANSFERMODETIMESTAMP on-start-session = "sh /etc/eyefi.action start-session" # for on-upload-photo: EYEFI_MACADDRESS, EYEFI_UPLOADED (uploaded file name) on-upload-photo = "sh /etc/eyefi.action upload-photo" # for on-mark-last-photo-in-roll: EYEFI_MACADDRESS, EYEFI_MERGEDELTA on-mark-last-photo-in-roll = "sh /etc/eyefi.action mark-last-photo-in-roll" # file mode creation mask umask = 002