Ok, we are finally getting somewhere. I guess you are a Windows shop. So we are talking about scheduling a job on your PC to transfer a file to another PC, encrypt it using command line PGP, transfer it back and then do something with it? Correct? There exist several ways how this can be automated in 24x7. For example you can use remote jobs to do that or use COM automation. That should be a piece of cake. Install 24x7 Windows version on your computer and also on the server. After installation: On the server: 1. Start 24x7 Remote Agent on the server (for beginning use Windows Start menu to start the agent manually). On your computer: 1. Start 24x7 Scheduler (for beginning use Windows Start menu to start the agent manually) 2. Setup Remote Agent profile (one time deal) using Tools/Remote Agents menu. Perhaps you name this profile as "myWin2000" 3. If the file you want to encrypt is local create new program type job (using File/New/Job menu) with the command line like pgp –c c:\temp\file1.txt Perhaps you name this job "PGP my file" 4. Create another job having JAL script type. In the job script enter script type job . In the job script enter the following FileTransferEx "ToRemote", "myWin2000", "c:\\dir1\\file1.txt", "c:\\temp\\file1.txt" JobRemoteRun "PGP my file", "myWin2000" FileTransfer "ToLocal", "myWin2000", "c:\\temp\\file1.pgp", "c:\\dir1\\file1.pgp" That's it. Please keep in mind that 24x7 is a big product with tons of features and options. Using 24x7 you can automate virtually anything (on Windows all, Unix, Linux, even mainframe). : pgp is installed on a single server running in w2000 environment, its : primarily used for : a single file. Others are using PKZIP for Windows. : Using the 24x7 Scheduler on a local PC (XP). The 24x7 app can be used much : more : efficiently and for many reasons in addition to pgp. One of the tests for : purchase : of 24x7 would be ease of use across multiple platforms, with the ability to : send these : commands from a primary location to other boxes. If the ease of use across : platforms is : not an easy use, my assumption would be that perhaps this software is not for : our contined : use.
|