How to Download Drupal 8 Core Using Drush
- Create, connect and login to your SSH
- Navigate to the desired directory where to install and use Drupal version 8
- Run below composer command:
composer require drupal/core - This will now download from Drupal.org server the core files and install it to the default directory where the command was executed

