I am trying to connect from one server to another using FTP. Using the command line, everything is fine. however, when using Windows Explorer to go to the FTP address, I get a timeout problem.
I tried to connect using .net code and I got the following exception
The remote server returned an error: 227 Entering passive mode (192,168,231,1,4,218).
source
share