v1.4.2
- Fixed
FtpClient::getFileContent
to get the correct file content for binary files (#20). - Added a new optional parameter
$mode
toFtpClient::getFileContent
to specify the FTP transfer mode that will be used to get the files content. - Fixed
FtpClient::listDirDetails
for FTP servers that do not send the DOTS files pointers in directories listing operations (#21).