So I’m pulling files via C# using an FTPWebRequest. The reason for doing so is that I was unable to access them using the IOSystemDomain.
The program has been working well until recently. We had to chage a network setting and upon changing it back we are no longer able to connect. I am able to successfully connect using Windows Explorer and the exact same source code running on a different machine is able to download the file via FTPWebRequest.
However on this one specific computer, after I connect to the controller and attempt to download files, I am told that the server actively refused the connection. After doing some research I believe it to be an OS issue, but before proceeding with the reinstall I’d like to ask for any ideas or suggestions on how to fix this.
So far, I have tried:
sfc /scannow (to make sure there is no OS corruption - Came back fine)
Running a malware scanner
Uninstalling the networking device and reinstalling it with updated drivers
Buying a USB networking device
Creating a new user.
It should be noted that this program performs regular polling on Servo Robot, so is it possible that the controller is actively refusing FTPWebRequests from that specific mac address?
Thanks.