Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

FileServerUser Class

Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)

Represents a user of the FileServer.

Syntax
public class FileServerUser : ServerUser
Inheritance
Object
ServerUser
FileServerUser
Inherited Members
ServerUser.CheckPassword(String)
ServerUser.Group
ServerUser.Name
ServerUser.None
ServerUser.SetGroup(String)
ServerUser.SetPassword(String)
ServerUser.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)

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
Group

Gets the user group. Inherited from ServerUser.

Name

Gets the user name. Inherited from ServerUser.

None

Helper object that represents no user. 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.

SetGroup(String)

Sets user group. Inherited from ServerUser.

SetPassword(String)

Sets user password. Inherited from ServerUser.

ToString()

Returns a string that represents the user. Inherited from ServerUser.

In This Article
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies