Username in LastErrorText

Question:

I discovered that the program is trying to use the Computer System Username to instead of the username given in the program code to connect to the server.

Answer:

The Chilkat component is not trying to use the Computer System username.

The LastErrorText will (almost) always include the process’s logged-on username in the beginning, along with other pieces of information such as DllDate, component type (.NET, ActiveX, C++, …) , etc.    The reason we log the username is to make it easy for us to know whether your application code is running within the context of IIS or a Windows Service, where special considerations might apply.   It helps Chilkat provide support more efficiently.

ChillkatLog:
 ChangeRemotedir
  DllDate: 20 Jul 2009
  Unlockprefix: XXXXXXFTP
  Username XXXXXX
  Component: .Net 2.0
...