All Versions
103
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 8
Changelog History
Page 8
-
v2.8.2 Changes
- When downloading, handle incoming data before announcement from control socket arrives.
- ✅ More tests for uploading and downloading data including directory listings.
- 👉 Use download mechanism for directory listings as well.
-
v2.8.1 Changes
- 👌 Improve documentation.
- ⚡️ Update linter.
-
v2.8.0 Changes
- 🔄 Change uploadDir() so that it reuses directories on the FTP server if they already exist. (#5)
-
v2.7.1 Changes
- 🛠 Fix linter complaint.
-
v2.7.0 Changes
- ➕ Add method to remove a file.
- 🛠 Fix listing parser autodetection by filtering out empty lines.
- 🛠 Fix upload with TLS, wait for secureConnect if necessary.
-
v2.6.2 Changes
- 🛠 Fix TLS upgrade for data connections. (#4)
-
v2.6.1 Changes
- ⬆️ Handle TLS upgrade error by reporting it to the current task handler.
-
v2.6.0 Changes
- ➕ Add method to retrieve file size.
-
v2.5.2 Changes
- Don't report unexpected positive completion codes as errors.
- 👌 Improve documentation.
-
v2.5.1 Changes
- 💅 Mention DOS-style directory listing support in README.