v1.3.5
Fixed
FtpClient::isDir
andFtpClient::isFile
fixed servers compatibility, this two methods no longer depends on the untrustedSIZE
feature to work.
Added
FtpClient::copy
method added.
Behavior changed
FtpClient::getFileContent
returns false if the passed file is a directory.