I want to be able to transfer a number of files (html, php, jpg, etc...) to my Amazon EC2 instance that I'm hosting my web server on. What is the easiest or most effective way to do this?
I want to be able to transfer a number of files (html, php, jpg, etc...) to my Amazon EC2 instance that I'm hosting my web server on. What is the easiest or most effective way to do this?
You can also install Dropbox on your EC2 instance and selectively sync files (assuming you use Dropbox). It's a pretty painless way to set things up, though you do add some overhead to your EC2 instance because you're always running Dropbox.