Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit bc9775c

Browse files
committed
Merge pull request #25 from austinkeeley/master
Adding Client to scp module exports
2 parents 909f408 + d069d91 commit bc9775c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/scp.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ function cp2local(client, src, dest, callback) {
8686

8787
exports = module.exports = global_client;
8888

89+
exports.Client = Client;
90+
8991
exports.scp = function(src, dest, callback) {
9092
var client = new Client();
9193
client.on('error', callback);

0 commit comments

Comments
 (0)