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