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 tried downloading a file refered to using a symlink and the
FTPFilesystemManagerdoes not manage to retrieve the file as the items realPaths returned by thefindOneBycontainssymlinkPath -> realFilePathinstead of justsymlinkPath.The callable used in the
findFileByNamemethod can therefore never match for a symlink.