Downloading Modules and Themes when ftp.drupal.org is Down

Paul Venuti's picture

As of this posting, ftp.drupal.org has been down for about five hours. This is kind of a bummer, because as long as FTP is down, you can't download new modules.

Or so I thought. If you use Drush, you can easily check out the code for the latest stable release of a module from CVS using the --package-handler argument:

drush dl betterselect --package-handler=cvs

As always, Drush figures out which version of the module (or theme) is the latest and grabs that for you. The only difference from using ftp.drupal.org is that you'll get the CVS folder in your sites/…/modules directory, but you can just delete it. Or not. It's not hurting anything.

Even if you're not using Drush, though, you can always check the code out from CVS directly.

The really funny thing, however, is that if you're not already using Drush, you can't use Drush to download Drush, which you could do if you were already using Drush — in which case, of course, you would not need to. I believe the lit kids call this "irony".

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockcode>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <blockcode>. The supported tag styles are: <foo>, [foo]. PHP source code can also be enclosed in <?php ... ?> or <% ... %>.

More information about formatting options

CAPTCHA
Are you a robot? We usually like robots, but not in our comments.
By submitting this form, you accept the Mollom privacy policy.