Click or drag to resize

FtpClientPort Property

Gets or sets FTP server port to use, defaults to 21.

Namespace:  GSF.Net.AbstractFtpClient
Assembly:  GSF.Net (in GSF.Net.dll) Version: 2.3.313-beta
Syntax
public Nullable<int> Port { get; set; }
Request Example View Source

Property Value

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