Click or drag to resize

FtpFileWatcherServer Property

Gets or sets FTP server name (DNS name or IP) to watch.

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

Property Value

String
Remarks
FTP server name should not be prefixed with FTP://.
See Also