Ok, I think we where talking about different things here.
My goal is to change a password of a connection programmaticly. Why? There is no task who can do this and I have to periodicaly change a FTP connection password.
I created a program in VS2005 C# who can do this, but I did not enter hard login credentials to login into the VisualCron server.
My program uses parameters from the command line:
1. IP address of visualcron server
2. Port number of visualcron server
3. Username to log in into the server
4. Password for the user in point 3
5. The connection name
6. The new password for the connection in point 5
I wanted to have variables for point 1, 2 and 4.
1. {SERVERIP}
2. {SERVERPORT}
4. {GETPSWD(<<username>>)}
By using the variable nr 4, I don't have to change the command task running my application when I change the password of the user mentioned in point 3.
So point 4 is the one I want (1 and 2 are nice to have)
So two thing over here:
- I have to chenge my password periodically to login into visualcron, but that's no problem.
- I have to change a FTP password periodically in the connections of visualcron. That's why I'm posting this question.
I hope we are now talking about the same thing 🤔
Regards
Erik
Edited by user
2008-11-06T18:28:05Z
|
Reason: Not specified
Uses Visualcron since 2006.