Click or drag to resize

TFtpClient(IPEndPoint) Constructor

Default constructor.

Namespace: GSF.Net.TFtp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public TFtpClient(
	IPEndPoint remoteAddress
)
View Source

Parameters

remoteAddress  IPEndPoint
Address of the server that you would like to connect to.
See Also