Gaufrette icon indicating copy to clipboard operation
Gaufrette copied to clipboard

PHP library that provides a filesystem abstraction layer − will be a feast for your files!

Results 105 Gaufrette issues
Sort by recently updated
recently updated
newest added

I started using Phpseclib SFTP adapter with `KnpGaufretteBundle`. By defining the service in Symfony, this is not lazy loading. ``` yml services: acme_test.sftp: class: phpseclib\Net\SFTP arguments: [%acme_test.ssh.host%] calls: - [login,...

Waiting for user's input

Hi, In my project we are using this bundle for some file uploading functionality, I dont have much knowledge about this, before it was working fine but I am facing...

I was testing with google cloud storage and seems that content is uploaded twice using StreamWrapper. The test: ```php

For the adapter classes, the access control varies by the adapter. The Local adapter as computePath method as protected, while the Ftp adapter class has computePath private. This has made...

The Ftp Adapter methods are not ideal for large file read and write. Write Method => Has parameter $content, for a large file this means saving entire file contents in...

Performance

If a file or directory has a too long path the FTP adapter can't deal with it. The path is truncated and therefore the different FTP adapter's functions won't work...

bug
Ftp

In this pull request you will find the solution I used to fix an issue ( #431 ) when dealing with too long file/directory paths: move the pointer to the...

need rework

I am using this bundle in a Symfony project to upload files to S3. For some debugging purposes and to know more information about the adapter I am using (S3),...

there's 2 class named 'CreateContainerOptions' 1. namespace MicrosoftAzure\Storage\Blob\Models; directory: vendor/microsoft/azure-storage-blob/src/Blob/Models/CreateContainerOptions 2. namespace MicrosoftAzure\Storage\Blob\Models; directory: vendor/microsoft/azure-storage/src/Blob/Models/CreateContainerOptions i don't know if it's a bug, but can you help me Which one should...

Related to #618. Container creation is out of Gaufrette scope. The container should be created by the deleveloper on its own. Thus, the multi container mode has been removed, as...