FTPConnectionServerPort Property |
The port on the server to which to connect the control-channel.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic virtual int ServerPort { get; set; }Public Overridable Property ServerPort As Integer
Get
Set
public:
virtual property int ServerPort {
int get ();
void set (int value);
}abstract ServerPort : int with get, set
override ServerPort : int with get, set
Property Value
Type:
Int32
RemarksMost FTP servers use port 21 (the default)
This property may only be set if not currently connected.
See Also