FTP Error message includes ID & Password.

Is there anyway the error message can be modified/supressed? I am guessing best is to hide the updater control on error.

Thanks.

This is expected behavior.

Delivering updates using a password protected FTP site is not recommended. The password will be visible in the client.wyc file. We recommend you either delivering updates via a public FTP site (i.e. read-only and/or anonymous FTP) or via an HTTP site.

If you're looking to limit updates using an HTTP download site, then see our article How to prevent or limit updates.

For what it's worth, we host our updates on an FTP server, but we have a password-protected read-only account that goes out with the application, and then we have another password-protected read-write account that is stored in the wyBuild project file. For our situation, if an error message displays with the read-only account information, it isn't at all a big deal -- especially since both accounts only have access to that folder for the updates.

ok, thanks. I will check out both the approaches.