These lines sit on an Epic controller that have the following network information:
When a run the strategy I keep getting error -450: DNS could not resolve host name to an IP address and -52: Invalid Connection - not opened.
I have tested to access to the ftp server from a computer that is on the same subnet as the controller through a browser and it works just fine (the computer have the same network information including DNS servers)
Any insight as to why this error continue to persist? am I using an incorrect port? or the way I am approaching this is flawed? one thing to note here is that I can only access the controller from PC using its IP, when I use the host-name it doesn’t connect.
I’d like to see the result of a ipconfig on the PC that works Ok.
Your EPIC is on a 192.168.1.x network with a subnet of 255.255.255.0.
But your FTP server is on 192.168.10.17.
The .10.x is not going to resolve with the 255 subnet. Only .1.x IP’s are going to addressable?