creocoder / yii2-flysystem

The Flysystem integration for the Yii framework.
Other
283 stars 76 forks source link

add enableTimestampsOnUnixListings option to FtpFilesystem #44

Closed handcode closed 4 years ago

handcode commented 4 years ago

This PR adds the option enableTimestampsOnUnixListings from the class \League\Flysystem\Adapter\Ftp to the FtpFilesystem, which enables getting file timestamps directly from the ftp list cmd without having to call getTimestamp() for each file separately.

see: https://github.com/thephpleague/flysystem/blob/v1.0/src/Adapter/AbstractFtpAdapter.php#L451

schmunk42 commented 4 years ago

Thank you!

schmunk42 commented 4 years ago

Available in 0.9.4