From ba3a855ad8ff00da823ed232af95324512b16528 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Fri, 10 Jul 2020 13:32:31 +0200 Subject: [PATCH] Remove unused method uploadFile Signed-off-by: Daniel Kesselberg --- apps/files_external/lib/Lib/Storage/SFTP.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php index bc6cd663b6..d1aea027ce 100644 --- a/apps/files_external/lib/Lib/Storage/SFTP.php +++ b/apps/files_external/lib/Lib/Storage/SFTP.php @@ -429,15 +429,6 @@ class SFTP extends \OC\Files\Storage\Common { $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} */