@codemonument/sftp-client@0.5.1Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
An sftp client class, wrapping the `sftp` cli
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js


JSR Score
100%
Published
a year ago (0.5.1)
This module provides a simple adapter to the SFTP client cli. It's not a complete wrapper right now, but it provides the basic functionality to interact with the SFTP client.
Important
This module does not handle any SSH config right now. You need to have the host you want to use in your SSH config setup on your machine. Example: my-host should be a valid host in your SSH config, complete with authorization information (in the example: 'maya-dev').
Built and signed on
GitHub Actions
Add Package
deno add jsr:@codemonument/sftp-client
Import symbol
import * as sftp_client from "@codemonument/sftp-client";
Import directly with a jsr specifier
import * as sftp_client from "jsr:@codemonument/sftp-client";
Add Package
pnpm i jsr:@codemonument/sftp-client
pnpm dlx jsr add @codemonument/sftp-client
Import symbol
import * as sftp_client from "@codemonument/sftp-client";
Add Package
yarn add jsr:@codemonument/sftp-client
yarn dlx jsr add @codemonument/sftp-client
Import symbol
import * as sftp_client from "@codemonument/sftp-client";
Add Package
vlt install jsr:@codemonument/sftp-client
Import symbol
import * as sftp_client from "@codemonument/sftp-client";
Add Package
npx jsr add @codemonument/sftp-client
Import symbol
import * as sftp_client from "@codemonument/sftp-client";