Is it possible to grab the saved username/password from the FTP account manager for use in a script? I dont want my users to have to re-enter a username/password for an account they already have set up.
No, it's not possible for a script to interact with the FTP account manager.
From what I've seen it also doesn't appear to be possible to use ultraedit to grab a password from the user other than typing the password in plaintext in a regular input box. Is this true, or am I missing something?jorrasdk wrote:No, it's not possible for at script to interact with the FTP account manager.
No, you are right. UE has only the getString and getValue dialogs. But feel free to send IDM an enhancement request like getString having a third parameter that when true suppresses the entered text like in a password box.
I've submitted an enhancement request that will be looked at by the devs. Conversed with an IDM Service Rep yesterday on the matter.
Just realized I didn't quite give enough info on what my request was for though. Might be helpful to someone searching on the matter. My request to IDM was that they open an API to their FTP client code for scripting purposes. This would allow a scripted connection which could be quite useful for various things (remote file monitoring, a la the local "tail"ing feature), passing site commands to the FTP server for various purposes, etc).