Hello folks,
While connecting to FTP server if you received below error then follow the mentioned solution:
S
Quotetatus: Resolving address of ftp.thissite.com
Status: Connecting to 192.xxx.xx.xx:21...
Status: Connection established, waiting for welcome message...
Response: 220-******************************* WARNING ****************************************
Response: Your IP Address has been logged.
Response: You have accessed a private computer system. This system is for authorized use
Response: 220 ********************************************************************************
Command: AUTH TLS
Response: 234 AUTH command ok; starting SSL connection.
Status: Initializing TLS...
Error: Connection timed out
Error: Could not connect to server
As per error it appears that some firewall/antivirus software on your end which is blocking your connection. Try uninstalling/disabling all firewalls/antivirus. It should resolve your issue.