SftpAttributes.SetUserAndGroup Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9147)
SetUserAndGroup(Int32, Int32)
Sets user and group IDs.
Declaration
public void SetUserAndGroup(int userId, int groupId)
Parameters
SetUserAndGroup(String, String)
Sets user and group (only for SFTP v4).
Declaration
public void SetUserAndGroup(string user, string group)