Show / Hide Table of Contents

    Class PasvCommandOptions

    Options for the PASV and EPSV commands.

    Inheritance
    Object
    PasvCommandOptions
    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.Commands.dll
    Syntax
    public class PasvCommandOptions

    Properties

    | Improve this Doc View Source

    PromiscuousPasv

    Gets or sets a value indicating whether to accept PASV connections from any source.

    Declaration
    public bool PromiscuousPasv { get; set; }
    Property Value
    Type Description
    Boolean
    Remarks

    If false (default), connections to a PASV port will only be accepted from the same IP that issued the respective PASV command.

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