|
FtpClientPort Property
|
Gets or sets FTP server port to use, defaults to 21 for FTP and 69 for TFTP.
Namespace: GSF.Net.VirtualFtpClientAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntaxpublic int? Port { get; set; }
Public Property Port As Integer?
Get
Set
public:
property Nullable<int> Port {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Port : Nullable<int> with get, set
function get_Port();
function set_Port(value);
View SourceProperty Value
NullableInt32
Remarks
This only needs to be changed if the FTP server is established on a non-standard port number.
See Also