php-ftp-wrapper icon indicating copy to clipboard operation
php-ftp-wrapper copied to clipboard

Symlink Management

Open CharlyP opened this issue 11 years ago • 1 comments

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.

CharlyP avatar Apr 16 '14 07:04 CharlyP

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!

touki653 avatar Apr 16 '14 09:04 touki653