Show / Hide Table of Contents

    Class SimplePasvOptions

    Options for the SimplePasvAddressResolver.

    Inheritance
    Object
    SimplePasvOptions
    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 SimplePasvOptions

    Properties

    | Improve this Doc View Source

    PasvMaxPort

    Gets or sets maximum port number to use for passive ftp.

    Declaration
    public int? PasvMaxPort { get; set; }
    Property Value
    Type Description
    Nullable<Int32>
    Remarks

    If set, needs to be larger than PasvMinPort.

    | Improve this Doc View Source

    PasvMinPort

    Gets or sets minimum port number to use for passive ftp.

    Declaration
    public int? PasvMinPort { get; set; }
    Property Value
    Type Description
    Nullable<Int32>
    Remarks

    Only active if PasvMaxPort is set, too). If set, needs to be larger than 1023.

    | Improve this Doc View Source

    PublicAddress

    Gets or sets the address published to clients for PASV connections.

    Declaration
    public IPAddress? PublicAddress { get; set; }
    Property Value
    Type Description
    Nullable<IPAddress>
    Remarks

    This may be necessary if you are behind a forwarding firewall, for example.

    • 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.