Skip to content

Commit

Permalink
Remove unused method uploadFile
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Jul 10, 2020
1 parent c354f6d commit 5adb971
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions apps/files_external/lib/Lib/Storage/SFTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -429,15 +429,6 @@ public function getFile($path, $target) {
$this->getConnection()->get($path, $target);
}

/**
* @param string $path
* @param string $target
* @throws \Exception
*/
public function uploadFile($path, $target) {
$this->getConnection()->put($target, $path, NET_SFTP_LOCAL_FILE);
}

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 5adb971

Please sign in to comment.