diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2020-07-10 13:32:31 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-08-13 08:02:28 +0200 |
commit | ba3a855ad8ff00da823ed232af95324512b16528 (patch) | |
tree | 98e7af5f7cc4536a381fcb4b1cf452329952ecba /apps/files_external/lib/Lib/Storage/SFTP.php | |
parent | 3a39f2ae9165fdbf98ad9fafcb52d7dde7f75df8 (diff) | |
download | nextcloud-server-ba3a855ad8ff00da823ed232af95324512b16528.tar.gz nextcloud-server-ba3a855ad8ff00da823ed232af95324512b16528.zip |
Remove unused method uploadFile
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'apps/files_external/lib/Lib/Storage/SFTP.php')
-rw-r--r-- | apps/files_external/lib/Lib/Storage/SFTP.php | 9 |
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) { |