FileServerUser Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
Represents a user of the FileServer.
Syntax
public class FileServerUser : ServerUser
Inherited Members
Constructors
Name | Description |
---|---|
FileServerUser(String, String) | Creates a new file server user with the specified password. Virtual file system can be specified later using SetFileSystem(FileSystemProvider, String) method. |
FileServerUser(String, String, FileSystemProvider, String) | Creates a new file server user with the specified password and their virtual filesystem based at the specified path. |
FileServerUser(String, String, FileSystemProvider, String, ShellType) | Creates a new file server user with the specified password and their virtual filesystem based at the specified path. |
FileServerUser(String, String, FileSystemProvider, String, String) | 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. |
FileServerUser(String, String, ShellType) | Creates a new file server user with the specified password and their virtual filesystem based at the specified path. |
FileServerUser(String, String, String) | Creates a new file server user with the specified password and their virtual filesystem based at the specified path. |
FileServerUser(String, String, String, ShellType) | Creates a new file server user with the specified password and their virtual filesystem based at the specified path. |
FileServerUser(String, String, String, String) | 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 ServerUser. |
Methods
Name | Description |
---|---|
CheckPassword(String) | Checks whether the specified password is correct. Inherited from ServerUser. |
SetFileSystem(FileSystemProvider, String) | Sets custom file system. |
ToString() | Returns a string that represents the user. Inherited from ServerUser. |