summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files_external/lib/Lib/Storage/SFTP.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php
index bc6cd663b6d..d1aea027cee 100644
--- a/apps/files_external/lib/Lib/Storage/SFTP.php
+++ b/apps/files_external/lib/Lib/Storage/SFTP.php
@@ -430,15 +430,6 @@ class SFTP extends \OC\Files\Storage\Common {
}
/**
- * @param string $path
- * @param string $target
- * @throws \Exception
- */
- public function uploadFile($path, $target) {
- $this->getConnection()->put($target, $path, NET_SFTP_LOCAL_FILE);
- }
-
- /**
* {@inheritdoc}
*/
public function rename($source, $target) {