Creates a new file server user with the specified password and their virtual filesystem based at the specified path.
Namespace:
Rebex.Net.Servers
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ userName As String, _ password As String, _ virtualRootPath As String, _ shellType As ShellType _ ) |
C# |
---|
public FileServerUser( string userName, string password, string virtualRootPath, ShellType shellType ) |
Parameters
- userName
- Type: System..::..String
User name.
- password
- Type: System..::..String
Password.
- virtualRootPath
- Type: System..::..String
The placement of the virtual root of the user.
- shellType
- Type: Rebex.Net.Servers..::..ShellType
Specifies which kind of shell to use for this user.
Remarks
The password is one-way transformed to a SHA-256 hash with a random salt value.