Note: Please go to docs.rightscale.com to access the current RightScale documentation set. Also, feel free to Chat with us!
Home > FAQs > How can I copy files to my server instances?

How can I copy files to my server instances?

Background Information

What is the best way to copy some files to your server instances?

 


Answer

There are three general methods:

  1. Use any SFTP or SCP client, e.g. on Microsoft Windows, WinSCP has many more advanced features but does require a setup using Puttygen to create a .ppk (private key file). You can also use scp on the command line client on any computer that has it (e.g. Linux/Unix/Mac)
  2. Attach your files to a boot or operational script, which loads the files to S3.  They can be installed very easily with a simple script such as:

    • #!/bin/sh -e
      cp "$ATTACH_DIR/filename" /path/where/you/want/filename
  3. Upload the files to S3 into a bucket and then you can download them using s3cmd, wget, or the RightAWS RubyGem.
You must to post a comment.
Last modified
08:38, 18 Jul 2014

Tags

Classifications

This page has no classifications.

Announcements

None


© 2006-2014 RightScale, Inc. All rights reserved.
RightScale is a registered trademark of RightScale, Inc. All other products and services may be trademarks or servicemarks of their respective owners.