Table of Contents

Enum FtpsBuffering

Namespace
FluentFTP
Assembly
FluentFTP.dll

Determines how SSL Buffering is handled

public enum FtpsBuffering
Extension Methods

Fields

Auto = 0

Enables SSL Buffering to massively speed up FTPS operations except when: Under .NET 5.0 and later due to platform issues (see issue 682 in FluentFTP issue tracker). On the control connection For proxy connections If NOOPs are configured to be used

Off = 1

Always disables SSL Buffering to reduce FTPS connectivity issues.

On = 2

Same as "Auto"