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

Commit fa96350

Browse files
committed
fixed typo in client.js
1 parent 22bb73b commit fa96350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Client.prototype.upload = function(src, dest, callback) {
278278
Client.prototype.download = function(src, dest, callback) {
279279
var self = this;
280280
var transferInterval, transferIntervalId, lastBytes, totalBytes;
281-
transferInterval = this.options.transferInterval || 5000;
281+
transferInterval = this._options.transferInterval || 5000;
282282
lastBytes = 0;
283283

284284
self.sftp(function(err,sftp){

0 commit comments

Comments
 (0)