0.1.3 • Published 9 months ago

@lmeniconi/adonis-drive-sftp v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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")
0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago