Authentication is stored in a properties file that contains CustomProps XML, which contains two Username and Password elements.
Note: 1) password will also need to be changed
<Password vt=\"8\">PASSWORD</Password>
2) Added line breaks for readability.
<CustomProps>
<FileMask vt=\"8\">*.xml</FileMask>
<RemoveReceivedFileMaxInterval vt=\"19\">300000</RemoveReceivedFileMaxInterval>
<Username vt=\"8\">USER</Username>
<RemoveReceivedFileRetryCount vt=\"19\">5</RemoveReceivedFileRetryCount>
<RenameReceivedFiles vt=\"11\">0</RenameReceivedFiles>
<RemoveReceivedFileDelay vt=\"19\">10</RemoveReceivedFileDelay>
<FileNetFailRetryCount vt=\"19\">5</FileNetFailRetryCount>
<Password vt=\"1\" />
<PollingInterval vt=\"19\">60000</PollingInterval>
<BatchSize vt=\"19\">20</BatchSize>
<FileNetFailRetryInt vt=\"19\">5</FileNetFailRetryInt>
<BatchSizeInBytes vt=\"19\">102400</BatchSizeInBytes>
</CustomProps>
source
share