
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@atom8/sftp-uploader
Advanced tools
Plugin for uploading files to a specified server
npm i @atom/sftp-uploader --save-dev
import AtomSftpUploader from '@atom/sftp-uploader';
// If you use CommonJS (i.e NodeJS environment), it should be:
// const AtomSftpUploader = require('@atom/sftp-uploader');
const sftpUploader = new AtomSftpUploader({
host: 'your host',
port: 'your port',
username: 'your username',
password: 'your password',
from: 'you need upload file path',
to: 'you want to destination',
});
sftpUploader.start();
The plugin allowed values are as follows:
port
: 服务器端口。host
: 服务器地址。username
: 服务器登陆用户名。password
: 服务器登陆密码。from
: 你需要上传的文件路径或者文件,其中对于文件,可以是文件路径的数组。to
: 服务器上的目标路径。MIT © zhiyingzhou
FAQs
Plugin for uploading files to a specified server
The npm package @atom8/sftp-uploader receives a total of 1 weekly downloads. As such, @atom8/sftp-uploader popularity was classified as not popular.
We found that @atom8/sftp-uploader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.