Click or drag to resize

FtpClientServer Property

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

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

Property Value

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