| FtpActiveModePorts Property |
Gets or sets the port range used in
Active mode.
This has no effect for passive mode transfers.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public Range ActiveModePorts { get; set; }
Public Property ActiveModePorts As Range
Get
Set
public:
property Range^ ActiveModePorts {
Range^ get ();
void set (Range^ value);
}
member ActiveModePorts : Range with get, set
Property Value
Type:
RangeSee Also