Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
/ sftp-provider Public archive

Provide @fox-finder the ability to manage remote ssh host files

License

Notifications You must be signed in to change notification settings

fox-finder/sftp-provider

Repository files navigation

sftp-provider

sftp provider for @fox-finder

Usage

yarn add @fox-finder/sftp-provider
import { IFile, FileProvider } from '@fox-finder/base'
import { SFTPProvider } from '@fox-finder/sftp-provider';

const sftpProvider = new SFTPProvider({
  /* options... */
});

sftpProvider.listFile('/Users/mypath/somefiles').then(data => {
  console.log('\n - list data \n', data);
});

Acknowledgements

About

Provide @fox-finder the ability to manage remote ssh host files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published