Hi
I have a script that makes FTP requests, HTTP requests and stores files. It needs to be run daily, ideally I would like for it to be run in the cloud. I thought about using Google App Engine, but I have heard you can't make FTP requests using their service. What is the best way to run my script automatically (Amazon EC2?), please note I am still a fairly novice programmer.