Closed
Description
Hello,
Finder seems not to work with FTP. I use it as describe in Finder doc like this :
$finder->in('ftp://example.com/pub/');
but I get this error :
[ErrorException]
Warning: FilesystemIterator::rewind(): stream does not support seeking
in D:\www\vendor\symfony\symfony\src\Symfony\Component\Finder\Iterator\FilterIterator.php line 35
Local use of in like this work, so do you have any idea ??
->in('bundles/AcmeDemo/');