Client - SetUserName

[C]

__cdecl FlowSshC_Client_SetUserName(
  FlowSshC_Client* client,
  wchar_t const* userName);

[C++]

[Client] void SetUserName(wchar_t const* userName);

[C#]

[ClientBase] public void SetUserName(string userName);

Parameters

  • [C] client: FlowSshC_Client pointer.
  • userName: Name of the account used to log into the SSH server.

Remarks

Use SetUserName to specify the name of the account used to log into the SSH server. The account name must have been assigned to you by the administrator of the SSH server to which you are connecting to.