How to transfer files to Amazon EC2 instance from my Windows 7 computer?

Viewed 74727

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?

8 Answers

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.

Related