 | FtpActiveModePorts Property |
Gets or sets the port range used in
Active mode.
This has no effect for passive mode transfers.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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
Range
See Also