Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@nexrender/provider-sftp
Advanced tools
Allows nexrender to interact with an external SFTP server to upload results of rendering.
Allows nexrender to interact with an external SFTP server to upload results of rendering.
Refer to theophilusx/ssh2-sftp-client for information regarding general abilities and usage.
npm i @nexrender/provider-sftp -g
Upload via SFTP can be done using @nexrender/action-upload
Basic params info:
host
- string - The hostname or IP address of the FTP server. Default: 'localhost'port
- integer - The port of the FTP server. Default: 21user
- string - Username for authentication. Default: 'anonymous'password
- string - Password for authentication. Default: 'anonymous@'output
- string - Optional argument to notify how you want to save your file on a remote machine asExample:
{
"actions": {
"postrender": [
{
"module": "@nexrender/action-upload",
"input": "result.mp4",
"provider": "sftp",
"params": {
"host": "sftp.example.com",
"port": 22,
"user": "root",
"password": "pass123123",
"output": "/var/mystuff/output.mp4"
}
}
]
}
}
FAQs
Allows nexrender to interact with an external SFTP server to upload results of rendering.
The npm package @nexrender/provider-sftp receives a total of 408 weekly downloads. As such, @nexrender/provider-sftp popularity was classified as not popular.
We found that @nexrender/provider-sftp 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.