Forum Moderators: phranque
We have a web page on the site that is a form. You upload a file to this form which contains the private RSA key and it in turn decrypts the credit cards in the database and charges any of them that need to be charged, then deletes the uploaded file.
So here's what I need: a program that runs on my PC that can post a file to my website's form every hour. The program should be able to log the results and maybe even email me if something didn't go right.
I was thinking a website uptime monitor would do the trick but I need one that can upload a file to a form. I could always write a perl script or something to do this, but I don't really want to reinvint the wheel unless I have to.
Anyone ever heard of software that might be able to do something like this?