Browse Source

Remove unused method uploadFile

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
tags/v20.0.0beta1
Daniel Kesselberg 3 years ago
parent
commit
ba3a855ad8
No account linked to committer's email address
1 changed files with 0 additions and 9 deletions
  1. 0
    9
      apps/files_external/lib/Lib/Storage/SFTP.php

+ 0
- 9
apps/files_external/lib/Lib/Storage/SFTP.php View File

@@ -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}
*/

Loading…
Cancel
Save