You can always write a small client / server application that encrypts the source code, pops the files, and then decrypts them at the destination. This is a bit of work, but probably a trivial amount. And it is scriptable if your automation tool supports the execution of something on the file system (which, I think, does all this).
The only drawback is that you wonβt be able to get meaningful error messages when it crashes in your integration environment without doing more work on your part (although depending on your installation this might be as simple as sending error messages to stdout) .
Thesmurf
source share