flysystem icon indicating copy to clipboard operation
flysystem copied to clipboard

Abstraction for local and remote filesystems

Results 133 flysystem issues
Sort by recently updated
recently updated
newest added

Hi there, I was creating a FTP adapter factory in [webalternatif/flysystem-dsn](https://github.com/webalternatif/flysystem-dsn), and noticed that the `$systemType` option given to `FtpConnectionOptions` doesn't seem to be used anywhere: ![image](https://user-images.githubusercontent.com/457659/140636886-fb2cb2a7-eae8-480e-a288-813f4f423c30.png) While there is...

stale

PortableVisibilityConverter should use the bitwise operator to compare chmod values? A file could have chmod permission 0240 and return visibility `public` even through $filePrivate is 0000 and $filePublic is 0400...

stale

### Feature Request Would be nice to have the ability to wrap an existing FlysystemOperator/Flysystem with a class that will point to a subfolder. | Q | A |------------ |...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | BC Break | yes #### Scenario / Use-case Many backends provide more metadata. We...

Raising the PHP requirement to >8.0 for version 3 does not seem to be necessary in regards of the [changes that were made](https://github.com/thephpleague/flysystem/compare/2.4.0...3.0.0) to support checking for directories. Am I...

stale

### Bug Report | Q | A |------------ | ------ | BC Break | debatable :slightly_smiling_face: | Version | 2 & 3 #### Summary Paths that contain non-UTF-8 characters are...

### Bug Report | Q | A |------------ | ------ | BC Break | no | Version | 1.1.9 #### Summary After successfully connecting to an FTP server, I am...

Using Flysystem 3 with Laravel 9 in [Laravel Media manager upgrade draft version](https://github.com/ctf0/Laravel-Media-Manager/pull/201) how would we replace ```php ... protected function getFolderContent($folder, $rec = false) { return $this->storageDisk->listWith( ['mimetype', 'visibility',...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | BC Break | no #### Scenario / Use-case I'm facing a sporadic problem when...

# Feature Request I have implemented several meta adapters to allow me to easily implement a virtual file system using different APIs and a compositional approach. A meta adapter is...