-
Using the FTP adapter with `passive: true`, I recently ran into an issue where the connection looked OK but the call to `ftp_nlist` in [`Gaufrette\Adapter\Ftp::exists()`](https://github.com/KnpLabs/Ga…
-
[Copying large files](https://github.com/KnpLabs/Gaufrette/pull/367/files) from one stream to another can lead to a fatal error.
Copying from one local to another local adapter works (tested with ~5G…
-
gaufrette:
service_name:
- amazon_backup_filesystem # what should be here
- local_backup_filesystem
Please Support ,i am new in symfony
-
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…
-
Hi,
in order for us to make use of Gaufrette, we needed to find a way round some limitations, in particular when handling large files. We came up with https://github.com/escapestudios/EscapeGaufrette…
-
S3 does not know folders but you can use keys that mimic folders like /some/folders/myfile.txt.
By looking at the delete method of the S3 adapter you can see it is only deleting a single object. http…
-
Hi, as their are so many cool abstract filesystem layers, can you think about using one of them to access the local folder / file system?
Like Gaufrette or Zend... ?
-
I am having the situation that we would have files of a few gigabytes and would like to use Gaufrette to have an abstraction, so we can be flexible in choosing our storage.
However, I can't seem to f…
-
Currently, we can't delete folders (only files one by one), and it is a required feature ( #182 , #524 ).
## Proposal
After a discussion with @NiR- , here is what came out :
There are two funct…
-
Hello, I want to use GridFs in my Symfony application. The default configuration on the GridFs seems to not walk well. I'm using `knplabs/knp-gaufrette-bundle v0.5.3`, `gaufrette/gridfs-adapter …