Open
Description
When I try to write a stream via writeStream() it results in a zero byte file on the SFTP-Server.
With the Flysystem FTP adapter it works correctly.
$stream = fopen($path_to_file, 'r', false, $context_i_set_somewhere);
$storage = new Filesystem(new SftpAdapter($configuration_array_i_have_set_somewhere));
$storage->writeStream($path_and_file_name_i_set_somewhere, $stream);
fclose($stream);
Metadata
Metadata
Assignees
Labels
No labels