upload

Function

ArgDescriptionType
fileThe file to uploadOSPath (required)
nameThe name of the file that should be stored on the serverOSPath
accessorThe accessor to usestring
mtimeModified time to recordAny
atimeAccess time to recordAny
ctimeChange time to recordAny
btimeBirth time to recordAny

Required permissions:FILESYSTEM_READ

Description

Upload a file to the upload service. For a Velociraptor client this will upload the file into the flow and store it in the server’s file store.

If Velociraptor is run locally the file will be copied to the --dump_dir path or added to the triage evidence container.