Quote:
Originally Posted by twobucksjr PERL is the best solution. |
Not true at all.
As Maffy said, it depends on the server. If you plan on doing it from .NET, I highly suggest getting a windows host, as you can use very simple web services to handle everything. (And you can do it all in .NET to boot)
I personally do this with a very small ASP.NET based web service.
Using something like PERL, would require a bit more code, but works alot better on *nix based servers. You could even do very simple things such as html page requests, etc.
And this has been done... MANY times over. (How do you think most programs check for updates, and automatically update themselves?

)