|
TFtpClient(String, Int32) Constructor
|
Connect to a server by hostname and port .
Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax new :
host : string *
port : int -> TFtpClient
GSF.Net.TFtp.TFtpClient = function(host, port);
View SourceParameters
- host String
- Hostname or IP to connect to
- port Int32
- Port to connect to
See Also