Class PasvCommandOptions
Options for the PASV and EPSV commands.
Inherited Members
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.Commands.dll
Syntax
public class PasvCommandOptions
Properties
| Improve this Doc View SourcePromiscuousPasv
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.