https://github.com/openlibhums/production_transporter
An FTP workflow element that will take an accepted article and deposit on an FTP server.
https://github.com/openlibhums/production_transporter
janeway-plugin
Last synced: 4 months ago
JSON representation
An FTP workflow element that will take an accepted article and deposit on an FTP server.
- Host: GitHub
- URL: https://github.com/openlibhums/production_transporter
- Owner: openlibhums
- License: agpl-3.0
- Created: 2022-09-30T10:16:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T11:43:39.000Z (about 1 year ago)
- Last Synced: 2025-03-21T12:42:54.735Z (about 1 year ago)
- Topics: janeway-plugin
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# production-transporter
An FTP workflow element that will take an accepted article and deposit on an FTP server.
To install:
1. Clone this repository into your path/to/janeway/src/plugins/ folder
2. Checkout a version that will work with your current Janeway version
3. Install requirements with pip3 -r `requirements.txt`
Note: when using SFTP the relevant ECDSA key for the server being deposited. You can obtain this by running:
`ssh-keyscan -t ecdsa theserverdomain.com`