Skip to content

dynn/scp-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scp-async

The SCP program wrapped in a Async Monad

usage

const scp = require('scp-async')

const config = {
  host: 'example.com',
  user: 'frank',
}

scp(config, '/home/frank/hi.txt', '/home/prod/hi.txt').fork(
  e => console.log('er'),
  x => console.log('ok')
)

About

scp cmd wrapped in a Async Monad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published