Topics:
If you want to use drush to download from Stanford's Drupal Features server, use the following syntax:
drush dl projectname --source=http://drupalfeatures.stanford.edu/fserver/projectname/core.version
E.g., to download webauth for Drupal 7, use:
drush dl webauth --source=http://drupalfeatures.stanford.edu/fserver/webauth/7.x
You also can pass the --select and --all options to drush to get a list of all available versions:
drush dl stanford_events_importer --source=http://drupalfeatures.stanford.edu/fserver/stanford_events_importer/7.x --select --all Choose one of the available releases: [0] : Cancel [1] : 7.x-2.0-beta4 - 2012-Nov-09 - Supported, Recommended [2] : 7.x-2.0-beta1 - 2012-Oct-19 - [3] : 7.x-2.0-alpha6 - 2012-Oct-17 - [4] : 7.x-2.0-alpha1 - 2012-Oct-01 - [5] : 7.x-1.0-alpha2 - 2012-Jan-23 -