@lmeniconi/adonis-drive-sftp
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Configuration

Run the following command to configure the package

node ace configure @lmeniconi/adonis-drive-sftp

Usage

Example of use in a controller

  const fileName = 'example.txt'

  const sftp = Drive.use('sftp')
  await sftp.put(fileName, "hello world")

Package Sidebar

Install

npm i @lmeniconi/adonis-drive-sftp

Weekly Downloads

6

Version

0.1.3

License

MIT

Unpacked Size

18.7 kB

Total Files

9

Last publish

Collaborators

  • lmeniconi