0

Upload file to cloud or ftp server automatically?

Is possible set up Shotgun to allow sending a specific file when change status of a shot/task?

For instance, in a 001_PROJECT_IMG, link this shot entry with a path in local storage, and when the status of shot turn Approval or Final, then uploading the file linked to remote site/server.

Cheers.

 

 

1 comment

  • 0
    Avatar
    Brandon Foster

    Hi Alberto,

    This would be possible through the use of Shotgun's Python API and the Event Daemon. Basically every action within Shotgun is logged as an event. With the daemon, you can write scripts which key off specific events you specify. In your example, your script would execute whenever a Shot is set to a certain status. The script would then look up the path of the file that needs to be uploaded, then upload it to the proper location.

Please sign in to leave a comment.