Skip to content

v1.3.5

Compare
Choose a tag to compare
@AmraniCh AmraniCh released this 27 Jun 22:50
· 129 commits to master since this release

Fixed

  • FtpClient::isDir and FtpClient::isFile fixed servers compatibility, this two methods no longer depends on the untrusted SIZE feature to work.

Added

  • FtpClient::copy method added.

Behavior changed

  • FtpClient::getFileContent returns false if the passed file is a directory.