Avoid disclosing download server connection details.

Hello,

I messed up files on my update server (wyu files were not in phase with wyserver.wys).This sometimes caused errors at the end-user.This is not a pb, but you might want to avoid disclosing connection's info to the end-user.

The error message displayed by the updater looks like"Error trying to save file: Error downloading "ftp://<user>:<pw>@<server domain>/<path to some missing file>: The remote server returned an error: (550) File unavailable (e.g., file not found, no access)."

Regards.

This is not a pb, but you might want to avoid disclosing connection's info to the end-user.

FTP connections for the download site are not secure. Anyone can open the client.wyc file and read the FTP user/password details. Which is why we recommend either using a public FTP or using HTTP.

Or if you are using a user/password protected FTP you make it read-only.

Thanks.I will organize differently.