Click or drag to resize

TFtpClient(IPAddress, Int32) Constructor

Connects to a server

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

Parameters

ip  IPAddress
Address of the server that you want connect to.
port  Int32
Port on the server that you want connect to (default: 69)
See Also