you miss a check in your code
Set tSC = conn.%Connect("127.0.0.1", "55000", "NETTEST") // No error here
set strFile = "d:\temp\example.txt"
set strInput = "Hello world"
set ret = api.FilePut(strFile,strInput)
Set tSC = conn.%Disconnect()
Your connection may have failed, so next call will fail too,
- Log in to post comments
