Details
-
Feature
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
1.3.10.1090
-
None
Description
As an alternative to using a password in plain-text in a profile it mus be possible to use for example a program/script as a value for the password-parameter. To get the "real" value of the password sosftp has to execute the script.
The script should be a JAVA-Program (with an specific Interface) or a simple script, which returns the password to stdout.
password=java:com.sos.net.passwordhandler.getpassword(tooken)
or
a script-file-name, enclosed in back-ticks.
password=`getpassword`
The result of the execution of the script is used a password-string .