Click or drag to resize

FtpClientPort Property

Gets or sets FTP server port to use, defaults to 21 for FTP and 69 for TFTP.

Namespace: GSF.Net.VirtualFtpClient
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public int? Port { get; set; }
View Source

Property Value

NullableInt32
Remarks
This only needs to be changed if the FTP server is established on a non-standard port number.
See Also