public function upload($localFile, $remoteFile)
 {
     return $this->connection->upload($localFile, $remoteFile);
 }