basic-ftp
Advanced tools
Comparing version 2.7.0 to 2.7.1
# Changelog | ||
## 2.7.1 | ||
- Fix linter complaint. | ||
## 2.7.0 | ||
@@ -4,0 +8,0 @@ |
@@ -787,3 +787,3 @@ "use strict"; | ||
// The actual upload mechanism. | ||
function execute() { | ||
const execute = function() { | ||
ftp.log(`Uploading (${describeTLS(ftp.dataSocket)})`); | ||
@@ -795,3 +795,3 @@ readableStream.pipe(ftp.dataSocket).once("finish", () => { | ||
}); | ||
} | ||
}; | ||
// If we are using TLS, we have to wait until the dataSocket issued | ||
@@ -798,0 +798,0 @@ // 'secureConnect'. If this hasn't happened yet, getCipher() returns undefined. |
{ | ||
"name": "basic-ftp", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "FTP/FTPS client library", | ||
@@ -5,0 +5,0 @@ "main": "./lib/ftp", |
93550