Click or drag to resize

FtpClientServer Property

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

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

Property Value

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