-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
The How to force agents to transfer data to a target path section contains a sample xml for the agent configuration:
<SFTPSettings>
<ExportPath>192.168.2.2/discovery/import</ExportPath>
<UserName>yourUser</UserName>
<Password>mysecurepassword</Password>
<TransferReties>5</TransferReties>
<TranserRetryInterval>30</TranserRetryInterval>
</SFTPSettings>
The tag in above example is <Password> while after encryption at first agent startup become <CryptPW>.
Please amend the documentation example to clarify this confusion.