Add drupal modules on ec2 server
- by CQM
how do I add external drupal modules to an ec2 server? Drupal interface wants me to provide ftp password, but amazon ec2 uses private key pair and not username/password (unless I enable that, which I don't want to)
how would I install from a site like this http://drupal.org/project/restws
if the automated way is not feasible, do I just have to upload the individual module files to a particular drupal folder via sftp?