We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7767a61 commit c5daa72Copy full SHA for c5daa72
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.10.0
4
+
5
+- Added: Resolve simple NAT issues with PASV.
6
+- Added: Log socket encryption right before login.
7
+- Fixed: Remove obsolete socket connection error listener.
8
9
## 2.9.2
10
11
- Improved documentation of client methods.
package.json
@@ -1,6 +1,6 @@
{
"name": "basic-ftp",
- "version": "2.9.2",
+ "version": "2.10.0",
"description": "FTP client for Node.js with support for explicit FTPS over TLS.",
"main": "./lib/ftp",
"scripts": {
0 commit comments