Show / Hide Table of Contents

    Class FtpServerOptions

    The FTP server options.

    Inheritance
    Object
    FtpServerOptions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.dll
    Syntax
    public class FtpServerOptions

    Properties

    | Improve this Doc View Source

    ConnectionInactivityCheckInterval

    Gets or sets the interval between checks for inactive connections.

    Declaration
    public TimeSpan? ConnectionInactivityCheckInterval { get; set; }
    Property Value
    Type Description
    Nullable<TimeSpan>
    | Improve this Doc View Source

    MaxActiveConnections

    Gets or sets the max allows active connections.

    Declaration
    public int MaxActiveConnections { get; set; }
    Property Value
    Type Description
    Int32
    Remarks

    This will cause connections to be refused if count is exceeded. 0 (default) means no control over connection count.

    | Improve this Doc View Source

    Port

    Gets or sets the server port.

    Declaration
    public int Port { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    ServerAddress

    Gets or sets the address the server listens on. Leave empty to listen on all interfaces.

    Declaration
    public string? ServerAddress { get; set; }
    Property Value
    Type Description
    Nullable<String>
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.