Grab saved FTP username/password?

Help with writing and running scripts

Grab saved FTP username/password?

Postby Aaron » Tue Jun 10, 2008 3:51 pm

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.
Aaron
Newbie
 
Posts: 8
Joined: Mon Jun 09, 2008 12:42 pm

Re: Grab saved FTP username/password?

Postby jorrasdk » Tue Jun 10, 2008 4:03 pm

No, it's not possible for a script to interact with the FTP account manager.
User avatar
jorrasdk
Master
Master
 
Posts: 275
Joined: Mon Mar 19, 2007 11:00 pm
Location: Denmark

Re: Grab saved FTP username/password?

Postby Aaron » Tue Jun 10, 2008 4:10 pm

jorrasdk wrote:No, it's not possible for at 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?
Aaron
Newbie
 
Posts: 8
Joined: Mon Jun 09, 2008 12:42 pm

Re: Grab saved FTP username/password?

Postby jorrasdk » Wed Jun 11, 2008 2:11 am

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.
User avatar
jorrasdk
Master
Master
 
Posts: 275
Joined: Mon Mar 19, 2007 11:00 pm
Location: Denmark

Re: Grab saved FTP username/password?

Postby Aaron » Thu Jun 12, 2008 9:25 am

I've submitted an enhancement request that will be looked at by the devs. Conversed with an IDM Service Rep yesterday on the matter.
Aaron
Newbie
 
Posts: 8
Joined: Mon Jun 09, 2008 12:42 pm

Re: Grab saved FTP username/password?

Postby Aaron » Wed Jul 09, 2008 4:08 pm

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).
Aaron
Newbie
 
Posts: 8
Joined: Mon Jun 09, 2008 12:42 pm


Return to Scripts