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, _
	shellType As ShellType _
)
C#
public FileServerUser(
	string userName,
	string password,
	ShellType shellType
)

Parameters

userName
Type: System..::..String
User name.
password
Type: System..::..String
Password.
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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also