Skip to content
Snippets Groups Projects
Unverified Commit ba3a855a authored by Daniel Kesselberg's avatar Daniel Kesselberg Committed by Roeland Jago Douma
Browse files

Remove unused method uploadFile

parent 3a39f2ae
No related branches found
No related tags found
No related merge requests found
......@@ -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}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment