1up-lab / OneupFlysystemBundle

A Flysystem integration for your Symfony projects.
MIT License
630 stars 119 forks source link

Add support for useRawListOptions in FtpConnection #288

Closed wimme002 closed 8 months ago

wimme002 commented 9 months ago

The FtpConnection class from the Flysystem library offers a feature named useRawListOptions. However, I've noticed this bundle does not currently support this.

https://github.com/thephpleague/flysystem/blob/3.x/src/Ftp/FtpConnectionOptions.php#L122

bytehead commented 8 months ago

Thank you @wimme002!