Click or drag to resize

TFtpClient(IPAddress) Constructor

Connects to a server on port 69.

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

Parameters

ip  IPAddress
Address of the server that you want connect to.
See Also