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

FileServerUser Class

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

Represents a user of the FileServer.

Syntax
public class FileServerUser : ServerUser
Inheritance
Object
ServerUser
FileServerUser
Inherited Members
ServerUser.CheckPassword(String)
ServerUser.Name
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
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.

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