We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c53f7e + bedbbab commit 6e976adCopy full SHA for 6e976ad
1 file changed
src/Sftp.php
@@ -84,7 +84,7 @@ public function download(string $remoteFilePath, string $localFilePath): bool
84
throw new RuntimeException('Could not download a file. ' . self::ERROR_NOT_CONNECTED);
85
}
86
87
- return $this->sftp->get($localFilePath, $remoteFilePath);
+ return $this->sftp->get($remoteFilePath, $localFilePath);
88
89
90
/**
0 commit comments