|
TFtpClient(IPAddress) Constructor
|
Connects to a server on port 69.
Namespace: GSF.Net.TFtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.246-beta
Syntaxpublic TFtpClient(
IPAddress ip
)
Public Sub New (
ip As IPAddress
)
public:
TFtpClient(
IPAddress^ ip
)
new :
ip : IPAddress -> TFtpClient
GSF.Net.TFtp.TFtpClient = function(ip);
View SourceParameters
- ip IPAddress
- Address of the server that you want connect to.
See Also