You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes#187 - Update to latest jlaffaye/ftp library to fix issue where… (#188)
* fixes#187 - Update to latest jlaffaye/ftp library to fix issue where FTPS connections were failing due to a bug in the library. Also updated dataconn to continue even if it fails to MakeDir.
* remove unncessary module used in testing
* add test for error handling in dataconn openWriteConnection
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
## [Unreleased]
7
7
8
+
## [6.14.2] - 2024-05-30
9
+
### Fixed
10
+
- Fixed #187 - Update to latest jlaffaye/ftp library to fix issue where FTPS connections were failing due to a bug in the library. Also updated dataconn to continue even if it fails to MakeDir.
11
+
12
+
8
13
## [6.14.1] - 2024-05-28
9
14
### Fixed
10
15
- Fixed #185 - location.Exists was checking if a list entry was a directory but it was was only checking the first entry.
0 commit comments