🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

ftrack-sftp-accessor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ftrack-sftp-accessor

A ftrack sftp accessor

0.5.1
PyPI
Maintainers
1

ftrack-sftp-accessor

An ftrack sftp accessor.

Note

To see paths resolved in Studio, the resolver listener need to be running, either through ftrack-connect or manually.

Installation

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

Documentation

Full documentation, including installation and setup guides can be found at https://ftrack-sftp-accessor.readthedocs.io/en/latest/

Usage

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.

Contributing

Please refer to the CONTRIBUTING.md

FAQs

Did you know?

Socket

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.

Install

Related posts