FileServerUser Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9147)
Represents a user of the File
Syntax
public class FileServerUser : ServerUser
Inherited Members
Constructors
Name | Description |
---|---|
File |
Creates a new file server user with the specified password. Virtual file system can be specified later using Set |
File |
Creates a new file server user with the specified password and their virtual filesystem based at the specified path. |
File |
Creates a new file server user with the specified password and their virtual filesystem based at the specified path. |
File |
Creates a new file server user with the specified password, their virtual filesystem based at the specified path, and initial path in the virtual filesystem. |
File |
Creates a new file server user with the specified password and their virtual filesystem based at the specified path. |
File |
Creates a new file server user with the specified password and their virtual filesystem based at the specified path. |
File |
Creates a new file server user with the specified password and their virtual filesystem based at the specified path. |
File |
Creates a new file server user with the specified password, their virtual filesystem based at the specified path, and initial path in the virtual filesystem. |
Properties
Name | Description |
---|---|
Name | Gets the user name.
Inherited from Server |
Methods
Name | Description |
---|---|
Check |
Checks whether the specified password is correct.
Inherited from Server |
Set |
Sets custom file system. |
To |
Returns a string that represents the user.
Inherited from Server |