Click or drag to resize

FtpFileWatcherPort Property

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

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[BrowsableAttribute(true)]
[DefaultValueAttribute(21)]
public int Port { get; set; }
View Source

Property Value

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