Dear AutoIt community,
I'm looking for advice on the easiest way of moving data from an AutoIt program that has information in SQLite on a client machine and sending it securely over the Internet to a server.
I've thought about encrypting the data using the _StringEncrypt and then using Universalist's SOAP Example.
As far as I know AutoIT doesn't natively support SFTP or SSH... and no, I'm not looking for a wrapper.
Is there another way to skin this cat?
Thanks for any and all help on this.
I'm looking for advice on the easiest way of moving data from an AutoIt program that has information in SQLite on a client machine and sending it securely over the Internet to a server.
I've thought about encrypting the data using the _StringEncrypt and then using Universalist's SOAP Example.
As far as I know AutoIT doesn't natively support SFTP or SSH... and no, I'm not looking for a wrapper.
Is there another way to skin this cat?
Thanks for any and all help on this.