cougarconvt
Programmer
I have specific config files on my server for each system i'm connecting too and I'm trying to automate a process that pulls the specific file for that system when a user requests it while connected to said machine. It's a unix machine and I have a variable set with the information I need (i.e. IPCFG=127.0.0.1) and a corresponding file on the server that I want to download (127.0.0.1.txt) what i'm trying to do is somehow assign the IPCFG variable on the machine to a variable within the aspect script so I can specify which file to download, I know this can be done by just putting up a box and asking the user to enter the ip number for the machine they're connected to, but to avoid user error I'd like to just get it from the machine itself.