|
TFtpClient(IPAddress, Int32) Constructor
|
Connects to a server
Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax GSF.Net.TFtp.TFtpClient = function(ip, port);
View SourceParameters
- 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