I have several FTP connections and I have to change the passwords every 4 weeks.
The passwords are created by a perl script using a command task to execute a perl script.
Every 4 weeks I receive a mail from VC to do this manualy looking at the genereted passwords.
I start manually several tasks which logs in into the FTP site and changes the password to a new one (with custom commands)
This works all great!
Problem is that I can not die... If the password is changed at the remote FTP site, the jobs using this FTP connection aren't working anymore. I have to manually go into the connection settings and change the password of the ftp connections to the corresponing output of the perl tasks.
My request is to have this done automatically, so like a specific task to set the password of a connection. If this is possible than it is possible for me to leave this world without having to know that some jobs will not work anymore over 4 weeks...
I thought about putting a variable into the password field, looking at the output of the perl task. The problem is what will happen if I change that specific job, the output is gone.. resulting in a not working FTP connection...
Does this make sense?
Edited by moderator
2011-08-22T09:40:00Z
|
Reason: Not specified
Uses Visualcron since 2006.