@@ -119,7 +119,7 @@ |
||
119 | 119 | $this->ensureDirectoryExists($this->directory, $this->create); |
120 | 120 | |
121 | 121 | $file = $this->computePath($key); |
122 | - $lines = ftp_rawlist($this->getConnection(), '-al ' . \Gaufrette\Util\Path::dirname($file)); |
|
122 | + $lines = ftp_rawlist($this->getConnection(), '-al '.\Gaufrette\Util\Path::dirname($file)); |
|
123 | 123 | |
124 | 124 | if (false === $lines) { |
125 | 125 | return false; |