Click or drag to resize

TFtpClient(String, Int32) Constructor

Connect to a server by hostname and port .

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

Parameters

host  String
Hostname or IP to connect to
port  Int32
Port to connect to
See Also