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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Change Log
2
2
3
+
## 1.4.2 (2021-10-01)
4
+
5
+
* Fixed `FtpClient::getFileContent` to get the correct file content for binary files ([#20](../../issues/20)).
6
+
* Added a new optional parameter `$mode` to `FtpClient::getFileContent` to specify the FTP transfer mode that will be used to get the files content.
7
+
* Fixed `FtpClient::listDirDetails` for FTP servers that do not send the DOTS files pointers in directories listing operations ([#21](../../issues/21)).
8
+
3
9
## 1.4.1 (2021-08-20)
4
10
5
11
* Fixed a bug with `FtpClient::listDir` ([#17](../../issues/17)).
0 commit comments