
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
ftrack-sftp-accessor
Advanced tools
An ftrack sftp accessor.
Note
To see paths resolved in Studio, the resolver listener need to be running, either through ftrack-connect or manually.
Install using pip:
$ pip install ftrack-sftp-accessor
Install from sources:
$ git clone https://github.com/ftrackhq/ftrack-sftp-accessor.git
$ pip install poetry
$ poetry build
$ pip install dist/ftrack_sftp_accessor-<VERSION>-py3-none-any.whl
Full documentation, including installation and setup guides can be found at https://ftrack-sftp-accessor.readthedocs.io/en/latest/
The main plugin can be found in the plugins folder. This folder may be registered using the FTRACK_EVENT_PLUGIN_PATH ftrack environment variable so that it is picked up when ftrack is started.
Examples of how to use the plugin can be found in the scripts folder. The simplest way to launch ftrack with the accessor is scripts/start_ftrack_with_sftp.py.
Please refer to the CONTRIBUTING.md
FAQs
A ftrack sftp accessor
We found that ftrack-sftp-accessor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.