I have a Windows server that is running Windows Server 2008 R2 Standard SP1.
We have a FTP site that has been running for years, and now suddenly is not working. The site is set up to allow SSL connections, but it doesn't require them.
Using FileZilla, a user tries to connect, they will get the following.
Status: Resolving address of ftp.mycompany.com
Status: Connecting to 199.255.220.105:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER myftpuser
Response: 331 Password required for myftpuser.
Command: PASS *********
Response: 230 User logged in.
Command: OPTS UTF8 ON
Response: 200 OPTS UTF8 command successful - UTF8 encoding now ON.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Error: Disconnected from server: ECONNABORTED - Connection aborted
Error: Failed to retrieve directory listing
Things all look good until it tried to list the directory content, and then I get the error noted above.