Skip to content

Releases: brick/ftp

0.2.0

05 Dec 17:43
Compare
Choose a tag to compare

Breaking change

FtpFileInfo::$name now always returns the file name without the path. In the previous version, it could contain a path, but that wasn't even guaranteed.

0.1.1

05 Dec 16:13
Compare
Choose a tag to compare

Bug fix

listDirectory() was not always falling back to basic directory listing when the MLSD command was not supported by the FTP server.

0.1.0

16 Oct 10:42
Compare
Choose a tag to compare

First beta release.