We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2a971 commit ff6187dCopy full SHA for ff6187d
README.md
@@ -36,4 +36,7 @@ $command = $connection->run('echo "Hello world!"');
36
37
$command->getOutput(); // 'Hello World'
38
$command->getError(); // ''
39
+
40
+$connection->upload($localPath, $remotePath);
41
+$connection->download($remotPath, $localPath);
42
```
0 commit comments