Click or drag to resize

FtpMode Property

FTP data connection mode: Active (client waits for incoming data connections) or Passive (client establishes data connections). Passive is default.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public FtpMode Mode { get; set; }

Property Value

Type: FtpMode
Remarks
You can specifies ports to use in active mode by using ActiveModePorts property.
See Also