php-ftp-wrapper
php-ftp-wrapper copied to clipboard
Symlink Management
I tried downloading a file refered to using a symlink and the FTPFilesystemManager does not manage to retrieve the file as the items realPaths returned by the findOneBy contains symlinkPath -> realFilePath instead of just symlinkPath.
The callable used in the findFileByName method can therefore never match for a symlink.
I'm taking your issue into account.
This will be a feature of the next minor version, by creating a new filesystem type of Symlink.
Thanks!