- Fixed bug #7 - dirname for windows server returns
\
instead of/
- Fixed bug #11 - Invalid getCwd on root directory
-
Removed Deep FTP Folder for Creators, Deleters, Downloaders and Uploaders
Example: From
Touki\FTP\Downloader\FTP\FileDownloader
toTouki\FTP\Downloader\FileDownloader
-
Removed hard call to passive mode when uploading/downloading: Issue #4
-
Fixed bug in
FileDeleter
- Voters now extend their base Interfaces
- Added missing interfaces for
CreatorVoter
andDeleterVoter
- FTPFactory now accepts user classes
- Added
$connection->open()
to docs - Added changelog
- Moved Manager dependency from
FilesystemFactory
toFilesystemFactoryInterface
- Added
WindowsFilesystemFactory
- Introduced creators
- Introduced deleters
- Added Getters to FTPFactory
- Added
getCwd()
command to handle issue #2
- Initial release